Skip to content

Commit ed89b8d

Browse files
authored
Merge pull request #188 from yubinTW/master
Update code example of 3.9
2 parents 6e62e0f + a70d199 commit ed89b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,9 +1538,9 @@ it("When doing smoke testing over all page, should load them all successfully",
15381538
// using any E2E suite
15391539
cy.visit("https://mysite.com/home");
15401540
cy.contains("Home");
1541-
cy.contains("https://mysite.com/Login");
1541+
cy.visit("https://mysite.com/Login");
15421542
cy.contains("Login");
1543-
cy.contains("https://mysite.com/About");
1543+
cy.visit("https://mysite.com/About");
15441544
cy.contains("About");
15451545
});
15461546
```

0 commit comments

Comments
 (0)