Chore: Bump plugin-e2e (#113578)

* bump plugin-e2e

* use plugin-e2e selector

* update lock file
This commit is contained in:
Erik Sundell
2025-11-07 10:11:05 +01:00
committed by GitHub
parent 54041155bd
commit 06e1c83276
3 changed files with 20 additions and 11 deletions
@@ -38,7 +38,7 @@ test.describe(
formatExpectError('Could not locate header elements in table panel')
).toContainText(['col1', 'col2']);
await expect(
panelEditPage.panel.locator.getByRole('gridcell'),
panelEditPage.panel.data,
formatExpectError('Could not locate headers in table panel')
).toContainText(['val1', 'val2', 'val3', 'val4']);
});
@@ -58,7 +58,7 @@ test.describe(
formatExpectError('Could not locate header elements in table panel')
).toContainText(['col1', 'col2']);
await expect(
panelEditPage.panel.locator.getByRole('gridcell'),
panelEditPage.panel.data,
formatExpectError('Could not locate data elements in table panel')
).toContainText(['val1', 'val2', 'val3', 'val4']);
});