Skip to content

Commit

Permalink
fix selenium tests 00_setup_department description
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Oct 11, 2024
1 parent 21803b8 commit 3cb223c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public String toString() {
}
}

@BeforeClass(description = "Create a department for test user, subjects, trial and user.")
@BeforeClass(description = "Create a department for test user, subjects and trial.")
public void init_00_setup_department() throws Exception {
String departmentName = "dept-" + getTestId();
departmentPassword = departmentName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private XlsImporter getXlsImporter() {
return xlsImporter;
}

@BeforeClass(description = "Create a department for test user, subjects, trial and user.")
@BeforeClass(description = "Create a department for test user, subjects and trial.")
public void init_00_setup_department() throws Exception {
String departmentName = "dept-" + getTestId();
departmentPassword = departmentName;
Expand Down

0 comments on commit 3cb223c

Please sign in to comment.