File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/acceptance/preprints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ module('Acceptance | preprints | detail', hooks => {
208
208
} ) ;
209
209
await settled ( ) ;
210
210
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' ) ;
212
212
213
213
// Not initial, pre-mod, rejected, latest
214
214
preprint . setProperties ( {
@@ -219,7 +219,7 @@ module('Acceptance | preprints | detail', hooks => {
219
219
} ) ;
220
220
await settled ( ) ;
221
221
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' ) ;
223
223
224
224
// Initial, pre-mod, rejected
225
225
preprint . setProperties ( {
You can’t perform that action at this time.
0 commit comments