Skip to content

Commit f857758

Browse files
committed
removed .only from test
1 parent b61ffab commit f857758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/integration/tour/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ context("Navigation", () => {
4747
cy.get(".introjs-showElement").should("not.exist");
4848
});
4949

50-
it.only("should exit the tour after right btn pressed at the end", () => {
50+
it("should exit the tour after right btn pressed at the end", () => {
5151
cy.get(".introjs-tooltiptext").contains("step one");
5252
cy.nextStep();
5353
cy.get(".introjs-tooltiptext").contains("step two");

0 commit comments

Comments
 (0)