Skip to content

Commit

Permalink
DEV: Attempt to fix flaky tests (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblakeerickson committed Apr 28, 2021
1 parent 6f198a2 commit a088f8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/javascripts/acceptance/encrypt-test.js.es6
Expand Up @@ -318,6 +318,15 @@ acceptance("Encrypt", function (needs) {
// cannot click on timer
assert.ok(!encryptedPostTimerDropdown.isHidden());
assert.ok(!encryptedPostTimerDropdown.isDisabled());

// reset these settings back
needs.settings({
encrypt_enabled: true,
encrypt_groups: "",
encrypt_pms_default: true,
require_time_bombs: false,
required_time_bomb_length: "3 minutes",
});
});

test("new draft for public topic is not encrypted", async (assert) => {
Expand Down

0 comments on commit a088f8a

Please sign in to comment.