Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
markgrahamdawson committed Apr 9, 2024
1 parent b9b4ef9 commit 3d97b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/analysis.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function addView (view) {
describe('Filters and Options save state', () => {
const numTasks = sortedTasks.length
describe('Options save state', () => {
it.only('remembers table and box & whiskers toggle option when switching between workflows', () => {
it('remembers table and box & whiskers toggle option when switching between workflows', () => {
cy.visit('/#/workspace/one')
addView('Analysis')
cy.get('.c-analysis [data-cy=box-plot-toggle]')
Expand Down

0 comments on commit 3d97b32

Please sign in to comment.