You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new Cypress test to verify language selection and repository redirection functionality.
Conditions to follow
Add these tests to the redirect.cy.ts file.
Use the Page Object Model (POM) approach.
Reuse existing functions and add necessary API verification with cy.intercept.
Test - 1
After the LoginPage loads, click the "Contribute on GitHub" link and verify redirection by checking the URL and the new page content.
Repeat the same for the "Third Party Software License" link.
Test - 2
After the login page loads, switch between all five languages and verify that the login submit button text updates according to the selected language.
Log in with any language selected other than English and verify that the sidebar items display in the chosen language
Screenshot
The text was updated successfully, but these errors were encountered:
nihal467
changed the title
Add New cypress Test for language selection and org repo redirection
Add New cypress Test for language selection and link redirection
Nov 6, 2024
Description
Add a new Cypress test to verify language selection and repository redirection functionality.
Conditions to follow
Test - 1
Test - 2
Screenshot
The text was updated successfully, but these errors were encountered: