diff --git a/src/org/labkey/test/tests/list/CrossFolderListTest.java b/src/org/labkey/test/tests/list/CrossFolderListTest.java index af33a46750..84b9c63d02 100644 --- a/src/org/labkey/test/tests/list/CrossFolderListTest.java +++ b/src/org/labkey/test/tests/list/CrossFolderListTest.java @@ -106,7 +106,7 @@ public void testRenameList() throws Exception .setName(newListName) .clickSave(); - // Issue 47356: Rewrite returnURL in the event of a list name change + // Issue 47356: Rewrite returnUrl in the event of a list name change new GridPage(getDriver()).getGrid(); assertThat(getURL().getQuery()).contains("name=" + newListName); assertThat(getURL().getPath()).contains("/" + SUBFOLDER_A);