Skip to content

Commit 6cb4e5a

Browse files
committed
test: remove test.fail annotation for popup tab switching - bug is now fixed
1 parent b7c6ebd commit 6cb4e5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/end2end/playwright/popup.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ test.describe('Popup @readonly', () => {
320320
await expect(page.locator('#popup_dd_1_tab1 a img')).toHaveAttribute('src', mediaLink);
321321
});
322322

323-
test.fail('changes popup tab', async ({ page }) => {
323+
test('changes popup tab', async ({ page }) => {
324324
const project = new ProjectPage(page, 'popup');
325325
await project.open();
326326

@@ -332,7 +332,6 @@ test.describe('Popup @readonly', () => {
332332
responseExpect(getFeatureInfoResponse).toBeHtml();
333333

334334
await page.getByRole('link', { name: 'tab2' }).click({ force: true });
335-
// This expect failed because of BS5, the click does not open the tab
336335
await expect(page.locator('#popup_dd_1_tab2')).toHaveClass(/active/);
337336
});
338337

0 commit comments

Comments
 (0)