File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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 ( / a c t i v e / ) ;
337336 } ) ;
338337
You can’t perform that action at this time.
0 commit comments