Skip to content

Commit

Permalink
schrodinger: filter config panel test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 5, 2021
1 parent d70fbe0 commit 8892d20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -31,9 +31,9 @@ public class FilterConfigPanelTest extends AbstractSchrodingerTest {

@Override
protected List<File> getObjectListToImport(){
return Arrays.asList(TEST_OBJECT_COLLECTION, OBJECT_COLLECTION_TEST_USER, SYSTEM_CONFIG_WITH_OBJ_COLLECTIONS,
return Arrays.asList(TEST_OBJECT_COLLECTION, OBJECT_COLLECTION_TEST_USER,
NEW_OBJECT_COLLECTION_TEST_USER, OBJ_REF_PROPERTY_CONFIG_COLLECTION_TEST, OBJ_REF_PROPERTY_CONFIG_TEST_USER,
DROPDOWN_PROPERTY_CONFIG_COLLECTION_TEST, DROPDOWN_PROPERTY_CONFIG_TEST_USER);
DROPDOWN_PROPERTY_CONFIG_COLLECTION_TEST, DROPDOWN_PROPERTY_CONFIG_TEST_USER, SYSTEM_CONFIG_WITH_OBJ_COLLECTIONS);
}

@Test
Expand Down Expand Up @@ -143,7 +143,7 @@ public void configureFilterWithDropdownAttribute() {
.and()
.configSearch()
.setPropertyDropdownValue("Administrative status", "DISABLED", true)
.setPropertyFilterValue("Name", "Equal", true)
.setPropertyFilterValue("Administrative status", "Equal", false)
.confirmConfiguration()
.clickSave()
.feedback()
Expand Down
Expand Up @@ -5,5 +5,5 @@ base_url_mp_already_started=http://localhost:8080/midpoint
webdriver=CHROME
webdriverLocation=/opt/chromedriver
# By default if no value is specified for headless start then the value is: false
headlessStart=true
headlessStart=false
startMidpoint=true

0 comments on commit 8892d20

Please sign in to comment.