From 29f55fccb8bec4509b9371bf128e2ee023d5cf64 Mon Sep 17 00:00:00 2001 From: Ana Carolina - QA - Tester - Automation Date: Tue, 17 Dec 2024 21:43:03 -0300 Subject: [PATCH] adicionando TODO --- cypress/pageObjects/textBox/TextBoxPage.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cypress/pageObjects/textBox/TextBoxPage.ts b/cypress/pageObjects/textBox/TextBoxPage.ts index bd377ef..9b2bbd5 100644 --- a/cypress/pageObjects/textBox/TextBoxPage.ts +++ b/cypress/pageObjects/textBox/TextBoxPage.ts @@ -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); }