From 3d97b320b6c45851597fe88fe8b691ae62ce7570 Mon Sep 17 00:00:00 2001 From: Mark Dawson Date: Tue, 9 Apr 2024 11:19:40 +0100 Subject: [PATCH] fix linting issue --- tests/e2e/specs/analysis.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/specs/analysis.cy.js b/tests/e2e/specs/analysis.cy.js index d3286a7a8..83cca85e2 100644 --- a/tests/e2e/specs/analysis.cy.js +++ b/tests/e2e/specs/analysis.cy.js @@ -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]')