File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,11 +266,13 @@ module.exports = () => {
266266 } ) ;
267267
268268 it ( 'should successfully display filter elements' , async ( ) => {
269- const filterSBExpect = { selector : 'div.items-baseline:nth-child(1) > div:nth-child(1)' , value : 'Stable Beams Only' } ;
269+ const filterSBExpect = { selector : 'div.items-baseline:nth-child(2) > div:nth-child(1)' , value : 'Stable Beams Only' } ;
270+ const filterFillNRExpect = { selector : 'div.items-baseline:nth-child(1) > div:nth-child(1)' , value : 'Fill #' }
270271 await goToPage ( page , 'lhc-fill-overview' ) ;
271272 // Open the filtering panel
272273 await openFilteringPanel ( page ) ;
273274 await expectInnerText ( page , filterSBExpect . selector , filterSBExpect . value ) ;
275+ await expectInnerText ( page , filterFillNRExpect . selector , filterFillNRExpect . value ) ;
274276 } ) ;
275277
276278
You can’t perform that action at this time.
0 commit comments