Skip to content

Commit

Permalink
AbDisc: Plate Templates (Part 1) (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka authored May 2, 2024
1 parent e656f4e commit a070f3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/org/labkey/test/pages/assay/AssayBeginPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public ChooseAssayTypePage clickNewAssayDesign()
return new ChooseAssayTypePage(getDriver());
}

public PlateTemplateListPage clickConfigurePlateTemplates()
public PlateTemplateListPage clickConfigurePlates()
{
elementCache().assaysList.clickHeaderButtonAndWait("Configure Plate Templates");
elementCache().assaysList.clickHeaderButtonAndWait("Configure Plates");

return new PlateTemplateListPage(getDriver());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static PlateTemplateListPage beginAt(WebDriverWrapper webDriverWrapper)

public static PlateTemplateListPage beginAt(WebDriverWrapper webDriverWrapper, String containerPath)
{
webDriverWrapper.beginAt(WebTestHelper.buildURL("plate", containerPath, "plateTemplateList"));
webDriverWrapper.beginAt(WebTestHelper.buildURL("plate", containerPath, "plateList"));
return new PlateTemplateListPage(webDriverWrapper.getDriver());
}

Expand Down

0 comments on commit a070f3e

Please sign in to comment.