mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-06 05:30:56 +00:00
[UI] Web Prefix (#9334)
* [UI] Change default web prefix - Adjust default from "platform" to "web" - Much more standard prefix * Cleanup * Fixes for playwright tests * Fix unit tests * Refactor base_url into getBaseUrl
This commit is contained in:
@ -6,7 +6,7 @@ import { doQuickLogin } from './login';
|
||||
test('Forms - Stock Item Validation', async ({ page }) => {
|
||||
await doQuickLogin(page, 'steven', 'wizardstaff');
|
||||
await navigate(page, 'stock/location/index/stock-items');
|
||||
await page.waitForURL('**/platform/stock/location/**');
|
||||
await page.waitForURL('**/web/stock/location/**');
|
||||
|
||||
// Create new stock item form
|
||||
await page.getByLabel('action-button-add-stock-item').click();
|
||||
|
Reference in New Issue
Block a user