Skip to content

Commit

Permalink
Fix inconsistent whitespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-W-Developer committed Aug 4, 2024
1 parent 2dc547f commit 9e15d2f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,18 @@ public void testAll() {
AdminHomePage homePage = loginAdminToPage(url, AdminHomePage.class);

______TS("Test adding instructors with both valid and invalid details");

String name = "AHPUiT Instrúctör WithPlusInEmail";
String email = "[email protected]";
String institute = "TEAMMATES Test Institute 1";

homePage.queueInstructorForAdding(name, email, institute);

String singleLineDetails = "Instructor With Invalid Email | invalidemail | TEAMMATES Test Institute 1";

homePage.queueInstructorForAdding(singleLineDetails);

homePage.reloadPage();

______TS("Verify that newly added instructor appears in account request table");

homePage.verifyInstructorInAccountRequestTable(name, email, institute);

}

}

0 comments on commit 9e15d2f

Please sign in to comment.