Skip to content

Commit

Permalink
change id to not use "."
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-matthewb committed Dec 4, 2023
1 parent a82f477 commit 3d82416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/labkey/test/tests/flow/FlowFolderReimportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private void setupFlowWorkspace()
{
clickAndWait(Locator.linkWithText("Import FlowJo Workspace Analysis"));
// 1. Select Workspace
setFormElement(Locator.id("workspace.file"), FLOW_WORKSPACE);
setFormElement(Locator.id("workspace_file"), FLOW_WORKSPACE);
clickAndWait(Locator.lkButton("Next"));
// 2. Select FCS Files
clickAndWait(Locator.lkButton("Next"));
Expand Down

0 comments on commit 3d82416

Please sign in to comment.