From 8e73250f9601ab88b743d4983f3e37194b73782a Mon Sep 17 00:00:00 2001 From: Boris Goldowsky Date: Tue, 17 Sep 2024 15:48:43 -0400 Subject: [PATCH] Remove .only --- cypress/e2e/functional/tile_tests/bar_graph_tile_spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/functional/tile_tests/bar_graph_tile_spec.js b/cypress/e2e/functional/tile_tests/bar_graph_tile_spec.js index 530b77c36..b9accfff9 100644 --- a/cypress/e2e/functional/tile_tests/bar_graph_tile_spec.js +++ b/cypress/e2e/functional/tile_tests/bar_graph_tile_spec.js @@ -154,7 +154,7 @@ context('Bar Graph Tile', function () { } }); - it('Can link data ', function () { + it('Linking data', function () { beforeTest(); clueCanvas.addTile('bargraph'); @@ -335,7 +335,7 @@ context('Bar Graph Tile', function () { } }); - it.only('Synchronizes selection', function () { + it('Synchronizing selection', function () { beforeTest(); clueCanvas.addTile('bargraph');