Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c48546a3 authored by Paola Lucero's avatar Paola Lucero Committed by Jaime Pérez-Lozana
Browse files

Delete a System.out.println

parent 03b8e5d7
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@ public class AuthoritySteps {
} else {
page.locator(KEYCLOAK_USERNAME_INPUT_LOCATOR).fill(ONBOARDING_DATAPARTICIPANT_SUBMITTED_USER);
page.locator(KEYCLOAK_PASSWORD_INPUT_LOCATOR).fill(ONBOARDING_DATAPARTICIPANT_SUBMITTED_PASSWORD);
System.out.println("pasa por aca");
}
page.locator(KEYCLOAK_SIGN_IN_LOCATOR).click();
assertThat(page.locator(WELCOME_PAGE)).isVisible();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment