We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3f48a commit 17e76f8Copy full SHA for 17e76f8
packages/app/cypress/e2e/runner/sessions.ui.cy.ts
@@ -7,6 +7,9 @@ const validateSessionsInstrumentPanel = (sessionIds: Array<string> = []) => {
7
.first()
8
.should('contain', `Sessions (${sessionIds.length})`)
9
.as('instrument_panel')
10
+
11
+ cy.get('.sessions-container')
12
+ .first()
13
.click()
14
15
sessionIds.forEach((id) => {
0 commit comments