-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure archive pageand generic changes #18
base: main
Are you sure you want to change the base?
Conversation
changes of archive page
changes for Home, Archive, Article, Issue, Generic, Explore Pages
TLS_E2E_Automation_Framework/cypress/e2e/tls_page_elements/archivePage.js
Show resolved
Hide resolved
TLS_E2E_Automation_Framework/cypress/e2e/tls_page_elements/explorePage.js
Show resolved
Hide resolved
TLS_E2E_Automation_Framework/cypress/e2e/tls_page_elements/genericPage.js
Show resolved
Hide resolved
comments resolved and added Search Page
composer update for subscription page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @cchiremath123, i am seeing a couple of test cases failing on the homepage
1)Book review popup
2)Issue page validation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this empty file
export const navigateToCurrentIssuePage=()=> { | ||
cy.get( CurrentIssue_PAGE_ELEMENT_ON_HOME_PAGE ).eq( 0 ).should( 'have.text', 'Current Issue' ); | ||
cy.get( CurrentIssue_PAGE_ELEMENT_ON_HOME_PAGE ).eq( 0 ).click(); | ||
cy.url().should( 'contain', 'https://www.the-tls.co.uk/issues/current-issue' ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes for Home, Archive, Article, Issue, Explore, Generic Pages