attempts of making composer actions test more resilient
This commit is contained in:
parent
a45d8a69f9
commit
ae004d8b2b
|
@ -1,10 +1,14 @@
|
||||||
import { acceptance } from 'helpers/qunit-helpers';
|
import { acceptance } from 'helpers/qunit-helpers';
|
||||||
|
import { _clearSnapshots } from 'select-kit/components/composer-actions';
|
||||||
|
|
||||||
acceptance('Composer Actions', {
|
acceptance('Composer Actions', {
|
||||||
loggedIn: true,
|
loggedIn: true,
|
||||||
settings: {
|
settings: {
|
||||||
enable_whispers: true
|
enable_whispers: true
|
||||||
}
|
},
|
||||||
|
beforeEach() {
|
||||||
|
_clearSnapshots();
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.test('replying to post', async assert => {
|
QUnit.test('replying to post', async assert => {
|
||||||
|
|
Loading…
Reference in New Issue