This commit is contained in:
Matthias Mair 2024-04-15 19:36:58 +02:00
parent 63f043ce87
commit bf32bd5246
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 4 deletions

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