forked from wlsf82/cypress-basico-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Atualização ref. seção 12 - aula 48 - exercício extra 1
- Loading branch information
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
it('testa a página da política de privacidade de forma independente', function() { | ||
cy.visit('./src/privacy.html') | ||
|
||
cy.contains('Talking About Testing').should('be.visible') | ||
}) | ||
Cypress._.times(5, function() { | ||
it('testa a página da política de privacidade de forma independente', function() { | ||
cy.visit('./src/privacy.html') | ||
|
||
cy.contains('Talking About Testing').should('be.visible') | ||
}) | ||
}) |