Skip to content

Commit 1416950

Browse files
committed
update test message
1 parent 89b24d3 commit 1416950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acceptance/preprints/detail-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ module('Acceptance | preprints | detail', hooks => {
208208
});
209209
await settled();
210210
assert.dom('[data-test-edit-preprint-button]')
211-
.exists('Edit button is not displayed for non-initial pre-mod not latest rejected');
211+
.exists('Edit button is displayed for non-initial pre-mod not latest rejected');
212212

213213
// Not initial, pre-mod, rejected, latest
214214
preprint.setProperties({
@@ -219,7 +219,7 @@ module('Acceptance | preprints | detail', hooks => {
219219
});
220220
await settled();
221221
assert.dom('[data-test-edit-preprint-button]')
222-
.exists('Edit button is not displayed for non-initial pre-mod latest rejected');
222+
.exists('Edit button is displayed for non-initial pre-mod latest rejected');
223223

224224
// Initial, pre-mod, rejected
225225
preprint.setProperties({

0 commit comments

Comments
 (0)