mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-09 21:30:54 +00:00
fix test
This commit is contained in:
@@ -262,10 +262,7 @@ test('PUI - Company', async ({ page }) => {
|
|||||||
await page.waitForURL('**/platform');
|
await page.waitForURL('**/platform');
|
||||||
|
|
||||||
await page.goto('./platform/company/1/details');
|
await page.goto('./platform/company/1/details');
|
||||||
await page
|
await page.getByLabel('Details').getByText('DigiKey Electronics').waitFor();
|
||||||
.locator('div')
|
|
||||||
.filter({ hasText: /^DigiKey Electronics$/ })
|
|
||||||
.waitFor();
|
|
||||||
await page.getByRole('cell', { name: 'https://www.digikey.com/' }).waitFor();
|
await page.getByRole('cell', { name: 'https://www.digikey.com/' }).waitFor();
|
||||||
await page.getByRole('tab', { name: 'Supplied Parts' }).click();
|
await page.getByRole('tab', { name: 'Supplied Parts' }).click();
|
||||||
await page
|
await page
|
||||||
|
Reference in New Issue
Block a user