Skip to content

Commit

Permalink
Minor syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cvle committed Dec 19, 2017
1 parent e8553c5 commit f27de81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/04_userStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = {
.waitForElementVisible('@usernameDialogSuspend')
.click('@usernameDialogSuspend')
.waitForElementVisible('@usernameDialogSuspensionMessage')
.click('@usernameDialogSuspend'),
.click('@usernameDialogSuspend');

community
.waitForElementNotPresent('@flaggedUser');
Expand Down

0 comments on commit f27de81

Please sign in to comment.