Skip to content

Commit

Permalink
pkp/pkp-lib#8598 Locale Migration Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat authored and asmecher committed Feb 17, 2023
1 parent 1c75c2d commit 579c394
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/tests/functional/CustomLocale.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Custom Locale plugin tests', function() {

// FIXME: The new settings tab handler doesn't jump right to the correct tab.
cy.get('button#customLocale-button').click();
cy.get('a[href*=en_US]:contains("Edit")').click();
cy.get('a[href*=en]:contains("Edit")').click();
cy.wait(1000); // Form init
cy.get('input.pkpSearch__input').type('user.affiliation');
cy.get('button.pkpButton:contains("Search")').click();
Expand All @@ -38,6 +38,6 @@ describe('Custom Locale plugin tests', function() {
cy.get('.app__userNav a:contains("Edit Profile")').click({ force: true }); // Force workaround for lack of .hover() in Cypress
cy.wait(5000); // Delay to ensure cache refresh
cy.get('a:contains("Contact")').click();
cy.get('label[for^="affiliation-en_US"]:contains("Floog Bleem")');
cy.get('label[for^="affiliation-en"]:contains("Floog Bleem")');
});
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 579c394

Please sign in to comment.