File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -267,10 +267,12 @@ module.exports = () => {
267267
268268 it ( 'should successfully display filter elements' , async ( ) => {
269269 const filterSBExpect = { selector : '.stableBeams-filter .w-30' , 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 it ( 'should successfully un-apply Stable Beam filter menu' , async ( ) => {
You can’t perform that action at this time.
0 commit comments