Skip to content

Commit 9002a66

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fb_workflowPermissions
2 parents b2f9354 + 4d51fbf commit 9002a66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/org/labkey/test/components/ui/grids/DetailTableEdit.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,9 +635,9 @@ public FileUploadField fileField(CharSequence columnIdentifier)
635635
public Locator validationMsg = Locator.tagWithClass("span", "validation-message");
636636

637637
public WebElement saveButton = Locator.tagWithAttribute("button", "type", "submit")
638-
.findWhenNeeded(this);
638+
.containing("Save").findWhenNeeded(this);
639639
public WebElement cancelButton = Locator.tagWithAttribute("button", "type", "button")
640-
.findWhenNeeded(this);
640+
.withText("Cancel").findWhenNeeded(this);
641641

642642
public WebElement commentInput = Locator.tagWithId("textarea", "actionComments").refindWhenNeeded(getDriver());
643643

0 commit comments

Comments
 (0)