diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-01 22:39:29 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-01 22:39:29 +0300 |
| commit | 1e2d4410d320fcee644add76293f229741a163cb (patch) | |
| tree | 11228eaba3165f1ef5503c7ffa23e577d1fc886b /tests | |
| parent | 4b492cc93ef2a15a4d5dfe51d38164884464d1a9 (diff) | |
move some more shared stuff to CommonDialogs, Filters, and Utils
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/functional/BasicTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/BasicTest.php b/tests/functional/BasicTest.php index c5bc70b4e..eba8a2c89 100644 --- a/tests/functional/BasicTest.php +++ b/tests/functional/BasicTest.php @@ -25,7 +25,7 @@ class BasicTest extends PHPUnit_Extensions_Selenium2TestCase { public function testBasicDialogs() { $this->testLogin(); - $this->execute(["script" => "quickAddFilter()", "args" => []]); + $this->execute(["script" => "Filters.quickAddFilter()", "args" => []]); $this->byCssSelector("#filterEditDlg")->displayed(); $this->execute(["script" => "dijit.byId('filterEditDlg').hide();", "args" => []]); |