Skip to content

Commit d8414f6

Browse files
Test updates after change to input names to fix issue 53306
1 parent 3f18250 commit d8414f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/pages/issues/ResolvePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected class ElementCache extends UpdatePage.ElementCache
7474
{
7575
protected ElementCache()
7676
{
77-
resolution = getSelect("resolution");
77+
resolution = getSelect("Resolution");
7878
duplicate = getSelect("duplicate");
7979
}
8080
}

0 commit comments

Comments
 (0)