Skip to content

Commit

Permalink
Merge pull request pkp#679 from withanage/ops-stable-3_3_0-i9214-Webf…
Browse files Browse the repository at this point in the history
…eed-Setting-wait

Cypress WebFedd.spec.js Wait 2000s
  • Loading branch information
withanage authored May 17, 2024
2 parents 3fe032e + e033b6a commit 063d153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/tests/integration/plugins/generic/WebFeed.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('Web Feed plugin tests', () => {
cy.wait(2e3);
cy.get('a[id^="component-grid-settings-plugins-settingsplugingrid-category-generic-row-webfeedplugin-settings-button-"]').click({force: true});
cy.get('#displayPage-all').check();
cy.wait(2000);
cy.get('input[id^="recentItems"]').clear().type(feedSize, {delay: 0});
cy.get('#includeIdentifiers').check();
cy.get('form[id="webFeedSettingsForm"] button[id^="submitFormButton"]').click();
Expand Down

0 comments on commit 063d153

Please sign in to comment.