Skip to content

Commit

Permalink
pkp/pkp-lib#9890 Remove excess cypress click script for CreateContext…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
blesildaramirez committed Sep 18, 2024
1 parent 5ecb45c commit 50e00dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ describe('Data suite tests', function() {
cy.get('nav').contains('Settings').click();
// Ensure submenu item click despite animation
cy.get('nav').contains('Journal').click({ force: true });
cy.get('nav div[data-pc-section="itemcontent"] a span').contains('Journal').click({ force: true });

cy.get('input[name="abbreviation-en"]').type('J Pub Know', {delay: 0});
cy.get('input[name="acronym-en"]').type(Cypress.env('contextAcronyms')['en'], {delay: 0});
Expand Down

0 comments on commit 50e00dc

Please sign in to comment.