We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8eba3 commit 1e7114aCopy full SHA for 1e7114a
1 file changed
cypress/tests/Test1_setupScenario.cy.js
@@ -18,7 +18,6 @@ describe('Setup scenario', function () {
18
cy.goToPluginSettings();
19
cy.get('.pkp_linkaction_upload').contains('Upload A New Plugin').click();
20
cy.get('#plupload-pkpUploaderDropZone').selectFile(fileName, { action: 'drag-drop' });
21
- cy.wait(1000);
22
cy.get('.pkp_uploader_details').contains('doiInSummary.tar.gz');
23
cy.get('.submitFormButton').contains('Save').click();
24
cy.get('div').contains('Successfully installed version 1.3.1.0');
0 commit comments