mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
DEV: Fix a composer state leak in tests
This is the one that made discourse-encrypt tests (and all subsequent tests) hang.
This commit is contained in:
parent
36a3675e0a
commit
1303e89a72
@ -16,6 +16,9 @@ acceptance("Composer Actions", {
|
||||
},
|
||||
beforeEach() {
|
||||
_clearSnapshots();
|
||||
},
|
||||
afterEach() {
|
||||
_clearSnapshots();
|
||||
}
|
||||
});
|
||||
|
||||
@ -386,6 +389,9 @@ acceptance("Composer Actions With New Topic Draft", {
|
||||
},
|
||||
beforeEach() {
|
||||
_clearSnapshots();
|
||||
},
|
||||
afterEach() {
|
||||
_clearSnapshots();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user