Skip to content

Commit

Permalink
adicionando TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
feroline committed Dec 18, 2024
1 parent 4cabd66 commit 29f55fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/pageObjects/textBox/TextBoxPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import Colors from '@enum/Colors';
import locators from './TextBoxLocators';

class ElementsPage {
// TODO remover return nestes casos abaixo
// TODO ver se é preciso remover return nos outros casos
username() {
return cy.get(locators.usernameInput);
}
Expand Down

0 comments on commit 29f55fc

Please sign in to comment.