We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61ffab commit f857758Copy full SHA for f857758
tests/cypress/integration/tour/navigation.js
@@ -47,7 +47,7 @@ context("Navigation", () => {
47
cy.get(".introjs-showElement").should("not.exist");
48
});
49
50
- it.only("should exit the tour after right btn pressed at the end", () => {
+ it("should exit the tour after right btn pressed at the end", () => {
51
cy.get(".introjs-tooltiptext").contains("step one");
52
cy.nextStep();
53
cy.get(".introjs-tooltiptext").contains("step two");
0 commit comments