Skip to content

Commit 890f166

Browse files
author
Danilo Otavio Lima Salve
committed
test(pokemon): altera valor da label de resultado por pagina
1 parent 2713022 commit 890f166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/pokedex.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('pokedex', () => {
1212
cy.get('.po-page-header-title').should('be.visible');
1313
cy.get('.po-page-header-title').should('contain.text', 'Pokedex');
1414

15-
cy.get('[data-cy="app-results"]').should('contain.text', 'Exibindo: 1 - 12 de 1328');
15+
cy.get('[data-cy="app-results"]').should('contain.text', 'Exibindo: 1 - 12 de 1350');
1616
});
1717

1818
it('deve obter um erro ao tentar listar os pokemons', () => {

0 commit comments

Comments
 (0)