mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: Random failing plugin tests
This commit is contained in:
@ -9,10 +9,6 @@ function findTextarea() {
|
||||
test('details button', () => {
|
||||
visit("/");
|
||||
|
||||
andThen(() => {
|
||||
ok(exists('#create-topic'), 'the create button is visible');
|
||||
});
|
||||
|
||||
click('#create-topic');
|
||||
click('button.options');
|
||||
click('.popup-menu .fa-caret-right');
|
||||
|
Reference in New Issue
Block a user