summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 18:25:32 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 18:25:32 +0300
commit4bed9be57d671324921bfd1d90d25b8cd0af3d4f (patch)
tree8ef670bc3f695e4948561c406e2d97cbc60053ed /tests
parent44d3aedd382f6b9f38776fd2f2a8119f4160da55 (diff)
js-ification: start on some common dialogs
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 dc44a67e1..c5bc70b4e 100644
--- a/tests/functional/BasicTest.php
+++ b/tests/functional/BasicTest.php
@@ -30,7 +30,7 @@ class BasicTest extends PHPUnit_Extensions_Selenium2TestCase {
$this->execute(["script" => "dijit.byId('filterEditDlg').hide();", "args" => []]);
- $this->execute(["script" => "quickAddFeed()", "args" => []]);
+ $this->execute(["script" => "CommonDialog.quickAddFeed()", "args" => []]);
$this->byCssSelector("#feedAddDlg")->displayed();
$this->execute(["script" => "dijit.byId('feedAddDlg').hide();", "args" => []]);