diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FunctionalTests/active-controls/tests/ActiveDropDownListTestCase.php | 4 | ||||
-rw-r--r-- | tests/FunctionalTests/selenium.css | 0 |
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/FunctionalTests/active-controls/tests/ActiveDropDownListTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveDropDownListTestCase.php index cb5d349c..9dd210df 100644 --- a/tests/FunctionalTests/active-controls/tests/ActiveDropDownListTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ActiveDropDownListTestCase.php @@ -21,9 +21,7 @@ class ActiveDropDownListTestCase extends SeleniumTestCase $this->pause(800); $this->assertSelected("list1", "item 2"); - // due to clearing selection and then updating the selection - // otherwise it should not fire the changed event (fired by js because of change to options). - $this->assertText("label1", "Label 1"); + $this->assertText("label1", "Selection 1: value 1"); $this->select("list1", "item 1"); $this->pause(800); diff --git a/tests/FunctionalTests/selenium.css b/tests/FunctionalTests/selenium.css new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/FunctionalTests/selenium.css |