Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoldowsky committed Sep 17, 2024
1 parent ae2679c commit 8e73250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/functional/tile_tests/bar_graph_tile_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ context('Bar Graph Tile', function () {
}
});

it('Can link data ', function () {
it('Linking data', function () {
beforeTest();

clueCanvas.addTile('bargraph');
Expand Down Expand Up @@ -335,7 +335,7 @@ context('Bar Graph Tile', function () {
}
});

it.only('Synchronizes selection', function () {
it('Synchronizing selection', function () {
beforeTest();

clueCanvas.addTile('bargraph');
Expand Down

0 comments on commit 8e73250

Please sign in to comment.