mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: unified UI for pinning/banner topics
REFACTOR: ES6ified all the modals
This commit is contained in:
@@ -19,7 +19,7 @@ test("modal", function() {
|
||||
|
||||
click('.login-button');
|
||||
andThen(function() {
|
||||
ok(find('#discourse-modal:visible').length === 1, 'modal should appear');
|
||||
ok(find('#discourse-modal:visible').length === 1, 'modal should reappear');
|
||||
});
|
||||
|
||||
keyEvent('#main-outlet', 'keyup', 27);
|
||||
|
||||
Reference in New Issue
Block a user