FIX: Flaky tests

Locally I was getting a lot of failures from discourse-encrypt due to
leaky state in composer actions. This fixes it.
This commit is contained in:
Robin Ward
2020-07-09 12:58:23 -04:00
parent 52f8eecbb9
commit 10384bcdf4
2 changed files with 2 additions and 6 deletions
@@ -13,12 +13,6 @@ acceptance("Composer Actions", {
},
site: {
can_tag_topics: true
},
beforeEach() {
_clearSnapshots();
},
afterEach() {
_clearSnapshots();
}
});