summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-30 15:48:17 +0300
committerAndrew Dolgov <[email protected]>2018-11-30 15:48:17 +0300
commit8359ca6dad9051702d2635f5c2ce6b20ad0d4c2b (patch)
treea530aa239becd01b435ca623a556754b8a92cf4c /tests
parent2f961ee830af21166d22bf3fae104291f614e7dd (diff)
combined mode (and more) css class name updates
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/BasicTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/BasicTest.php b/tests/functional/BasicTest.php
index 58041ac32..dc44a67e1 100644
--- a/tests/functional/BasicTest.php
+++ b/tests/functional/BasicTest.php
@@ -41,6 +41,6 @@ class BasicTest extends PHPUnit_Extensions_Selenium2TestCase {
$this->byCssSelector('#dijit__TreeNode_3')->click();
- $this->byCssSelector('#RROW-1 > div.cdmHeader')->displayed();
+ $this->byCssSelector('#RROW-1 > .header')->displayed();
}
}