Skip to content

Commit a70d199

Browse files
authored
Update code example of 3.9
1 parent cbef97a commit a70d199

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
@@ -1376,9 +1376,9 @@ it("When doing smoke testing over all page, should load them all successfully",
13761376
// using any E2E suite
13771377
cy.visit("https://mysite.com/home");
13781378
cy.contains("Home");
1379-
cy.contains("https://mysite.com/Login");
1379+
cy.visit("https://mysite.com/Login");
13801380
cy.contains("Login");
1381-
cy.contains("https://mysite.com/About");
1381+
cy.visit("https://mysite.com/About");
13821382
cy.contains("About");
13831383
});
13841384
```

0 commit comments

Comments
 (0)