Skip to content

Commit

Permalink
Fix .only
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoldowsky committed Nov 7, 2024
1 parent 29f69b1 commit 6f6014b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function dragTile() {
}

context('Test copy tiles from one document to other document', function () {
it.only('Verify table, geometry, drawing, expression, numberline and image tiles are copied correctly', function () {
it('Verify table, geometry, drawing, expression, numberline and image tiles are copied correctly', function () {
beforeTest(student5);
cy.log('Add table tile');
clueCanvas.addTile('table');
Expand Down

0 comments on commit 6f6014b

Please sign in to comment.