mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-18 04:33:48 +00:00
fix(frontend): adress broken UI tests (#12183)
* try different matching mechanism * fix for changes in #12168 * disable broken test from https://github.com/inventree/InvenTree/pull/12169 * revert observability perm change
This commit is contained in:
@@ -32,7 +32,7 @@ test('Forms - Hover', async ({ browser }) => {
|
||||
await page.getByLabel('related-field-supplier').fill('mou');
|
||||
await page.waitForLoadState('networkidle');
|
||||
await page.waitForTimeout(250);
|
||||
await page.getByRole('option', { name: 'Mouser Electronics' }).hover();
|
||||
await page.getByText('Mouser Electronics').first().hover();
|
||||
|
||||
// Check for hover info
|
||||
await page.getByText('Company[ID: 2]').waitFor();
|
||||
|
||||
Reference in New Issue
Block a user