Skip to content

Commit

Permalink
Update suites for migrated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Feb 26, 2025
1 parent 44fee7d commit b3d1075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
23 changes: 0 additions & 23 deletions src/org/labkey/test/categories/SignalData.java

This file was deleted.

8 changes: 4 additions & 4 deletions src/org/labkey/test/tests/DataViewsPermissionsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
@BaseWebDriverTest.ClassTimeout(minutes = 10)
public class DataViewsPermissionsTest extends StudyBaseTest
{
public static final String AUTHOR_USER = "author@dataviews.test";
public static final String EDITOR_USER = "editor@dataviews.test";
public static final String AUTHOR_USER = "dvp_author@dataviews.test";
public static final String EDITOR_USER = "dvp_editor@dataviews.test";
private final PortalHelper portalHelper = new PortalHelper(this);

@Override
Expand Down Expand Up @@ -121,15 +121,15 @@ protected void doCreateSteps()
clickFolder(getFolderName());
click(Locator.tag("a").withAttributeContaining("href", "editDataViews"));
openEditPanel("Report 2");
_ext4Helper.selectComboBoxItem("Author","author");
_ext4Helper.selectComboBoxItem("Author", _userHelper.getDisplayNameForEmail(AUTHOR_USER));
_ext4Helper.checkCheckbox("Shared");
sleep(1000);
_ext4Helper.clickWindowButton("Report 2","Save",0,0);
_ext4Helper.waitForMaskToDisappear();
clickFolder(getFolderName());
click(Locator.tag("a").withAttributeContaining("href", "editDataViews"));
openEditPanel("Report 3");
_ext4Helper.selectComboBoxItem("Author","editor");
_ext4Helper.selectComboBoxItem("Author", _userHelper.getDisplayNameForEmail(EDITOR_USER));
_ext4Helper.checkCheckbox("Shared");
sleep(1000);
_ext4Helper.clickWindowButton("Report 3","Save",0,0);
Expand Down

0 comments on commit b3d1075

Please sign in to comment.