Skip to content

Commit 10ff78f

Browse files
committed
SignInPage: PR Feedback
1 parent 856da77 commit 10ff78f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/pages/core/login/SignInPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected ElementCache newElementCache()
6161
return new ElementCache();
6262
}
6363

64-
protected class ElementCache extends LabKeyPage<?>.ElementCache
64+
protected class ElementCache extends LabKeyPage<ElementCache>.ElementCache
6565
{
6666
WebElement emailInput = Locator.id("email").findWhenNeeded(getDriver());
6767
WebElement passwordInput = Locator.id("password").findWhenNeeded(getDriver());

0 commit comments

Comments
 (0)