Skip to content

Commit

Permalink
Merge branch 'lumino-adv-analysis' of github.com:markgrahamdawson/cyl…
Browse files Browse the repository at this point in the history
…c-ui into lumino-adv-analysis
  • Loading branch information
markgrahamdawson committed Apr 10, 2024
2 parents 0fd7c99 + 63685dc commit f65e813
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/e2e/specs/analysis.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,10 @@ describe('Filters and Options save state', () => {
.should('be.visible')
})
})

describe('Filters save state', () => {
it('remembers task name, platform and timings when switching between workflows', () => {
cy.visit('/#/workspace/one')
addView('Analysis')

// Check default options
cy
.get('.c-analysis table > tbody > tr')
Expand All @@ -312,12 +310,10 @@ describe('Filters and Options save state', () => {
.get('.v-list-item')
.contains('platform_1')
.click({ force: true })

// Set queue task name filter options
cy
.get('#c-analysis-filter-task-name')
.type('wait')

// Set task times filter options
cy
.get('#c-analysis-filter-task-timings')
Expand Down

0 comments on commit f65e813

Please sign in to comment.