diff --git a/core/src/test/java/org/phoenixctms/ctsms/selenium/proband/CandidateSelectionTest.java b/core/src/test/java/org/phoenixctms/ctsms/selenium/proband/CandidateSelectionTest.java index 9420d342e4d1..7b46ec926f2f 100644 --- a/core/src/test/java/org/phoenixctms/ctsms/selenium/proband/CandidateSelectionTest.java +++ b/core/src/test/java/org/phoenixctms/ctsms/selenium/proband/CandidateSelectionTest.java @@ -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; diff --git a/core/src/test/java/org/phoenixctms/ctsms/selenium/trial/EcrfDataEntryTest.java b/core/src/test/java/org/phoenixctms/ctsms/selenium/trial/EcrfDataEntryTest.java index 9f99c8293495..dc6afc747f99 100644 --- a/core/src/test/java/org/phoenixctms/ctsms/selenium/trial/EcrfDataEntryTest.java +++ b/core/src/test/java/org/phoenixctms/ctsms/selenium/trial/EcrfDataEntryTest.java @@ -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;