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:
@@ -13,12 +13,6 @@ acceptance("Composer Actions", {
|
||||
},
|
||||
site: {
|
||||
can_tag_topics: true
|
||||
},
|
||||
beforeEach() {
|
||||
_clearSnapshots();
|
||||
},
|
||||
afterEach() {
|
||||
_clearSnapshots();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user