mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-08 15:59:46 -05:00
chore: fix flaky sessions spec (#31133)
This commit is contained in:
@@ -3,6 +3,8 @@ import { snapshotReporter } from './support/snapshot-reporter'
|
||||
|
||||
const validateSessionsInstrumentPanel = (sessionIds: Array<string> = []) => {
|
||||
cy.get('.sessions-container')
|
||||
// there could be multiple retries where multiple session containers are rendered
|
||||
.first()
|
||||
.should('contain', `Sessions (${sessionIds.length})`)
|
||||
.as('instrument_panel')
|
||||
.click()
|
||||
|
||||
Reference in New Issue
Block a user