2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 04:12:11 +00:00
This commit is contained in:
Matthias Mair
2024-04-15 19:36:58 +02:00
parent 63f043ce87
commit bf32bd5246

View File

@@ -262,10 +262,7 @@ test('PUI - Company', async ({ page }) => {
await page.waitForURL('**/platform');
await page.goto('./platform/company/1/details');
await page
.locator('div')
.filter({ hasText: /^DigiKey Electronics$/ })
.waitFor();
await page.getByLabel('Details').getByText('DigiKey Electronics').waitFor();
await page.getByRole('cell', { name: 'https://www.digikey.com/' }).waitFor();
await page.getByRole('tab', { name: 'Supplied Parts' }).click();
await page