Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-sweta committed Sep 27, 2023
1 parent 3252330 commit 4593f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions study/test/src/org/labkey/test/tests/search/SearchTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public abstract class SearchTest extends StudyBaseTest
private static final String FOLDER_D = "Subfolder Date";
private static final String FOLDER_E = "Subfolder Eggfruit";
private static final String GROUP_NAME = "Test Group";
private static final String USER1 = "user1_searchtest@search.test";
private static final String USER1 = "geologist@search.test";

private static final String WIKI_NAME = "Brie";
private static final String WIKI_TITLE = "Roquefort";
Expand Down Expand Up @@ -213,7 +213,7 @@ private void addSearchableLists()

_searchHelper.enqueueSearchItem("BoarQPine");
_searchHelper.enqueueSearchItem("Panda", Locator.linkContainingText("List " + fullySearchableList));
_searchHelper.enqueueSearchItem("2003-01-02", Locator.linkContainingText("List " + fullySearchableList));
_searchHelper.enqueueSearchItem("\"2003-01-02\"", Locator.linkContainingText("List " + fullySearchableList));
_searchHelper.enqueueSearchItem("12345", Locator.linkContainingText("List " + fullySearchableList)); //Issue 15419
_searchHelper.enqueueSearchItem("Owlbear", Locator.linkContainingText("List " + textOnlySearchableList));
_searchHelper.enqueueSearchItem("54321");
Expand Down

0 comments on commit 4593f09

Please sign in to comment.