mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 20:01:30 +00:00
js-ification: start on some common dialogs
This commit is contained in:
@@ -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" => []]);
|
||||
|
||||
Reference in New Issue
Block a user