FIX: Random failing plugin tests

This commit is contained in:
Robin Ward
2016-11-22 15:36:18 -05:00
parent b07a2baedc
commit 9afa55a3fd
3 changed files with 6 additions and 4 deletions

View File

@ -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');