score:0

Accepted answer

if you add a bit of wait cy.wait(2000)before the filter popup open/ loads and then try the below code. let me know if this is working for you ?

cy.get('.panel-content > .flg-search-filter-container > .flg-search-panel-states-filter > ul > li').eq(4).contains("all clubs").click({force:true});

Related Query

More Query from same tag