File tree 1 file changed +3
-4
lines changed
cypress/tests/data/60-content
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,12 @@ describe('Data suite tests', function() {
141
141
reason : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.' ,
142
142
} ,
143
143
] ;
144
- } ) ;
145
-
146
- it ( 'Registers as author and create submission with several suggested reviewer' , function ( ) {
147
144
148
145
cy . enableReviewerSuggestion ( ) ;
149
146
cy . logout ( ) ;
147
+ } ) ;
150
148
149
+ it ( 'Registers as author and create submission with several suggested reviewer' , function ( ) {
151
150
cy . register ( {
152
151
'username' : 'zzedd' ,
153
152
'givenName' : 'Zayan' ,
@@ -222,7 +221,7 @@ describe('Data suite tests', function() {
222
221
cy . contains ( 'Make a Submission: Reviewer Suggestions' ) ;
223
222
cy . get ( '.pkpSteps__step__label--current' ) . contains ( 'Reviewer Suggestions' ) ;
224
223
cy . get ( 'h2' ) . contains ( 'Reviewer Suggestions' ) ;
225
- // add reviewer suggestion
224
+
226
225
cy . get ( 'button' ) . contains ( 'Add Reviewer Suggestion' ) . should ( 'be.visible' ) . click ( ) ;
227
226
cy . get ( 'div[role=dialog]:contains("Add Reviewer Suggestion")' ) . find ( 'button' ) . contains ( 'Save' ) . click ( ) ;
228
227
You can’t perform that action at this time.
0 commit comments