-
Notifications
You must be signed in to change notification settings - Fork 273
Migrate MostRead e2es to Next.js app #13855
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
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
ca852e5
Migrate MostRead e2es to Next.js app
amoore108 a5cea09
fix import
amoore108 916dde9
pass `pageTitle` to ATI metadata
amoore108 189669a
Merge branch 'latest' into WS-203-most-read-e2e-migration-to-nextjs
amoore108 e2ce5b0
Add gSSP test for `atiAnalytics` object
amoore108 b424f2b
Delete `errorPage404` from Express app as Next app has these already
amoore108 1c7cd5d
Merge branch 'latest' into WS-203-most-read-e2e-migration-to-nextjs
amoore108 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
cypress/e2e/pages/mostReadPage/tests.js → ...tjs-app/cypress/e2e/mostReadPage/tests.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ges/mostReadPage/testsForCanonicalOnly.js → ...e2e/mostReadPage/testsForCanonicalOnly.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -101,6 +101,10 @@ export const getServerSideProps = async ( | |
| ...data.pageData, | ||
| metadata: { | ||
| ...data.pageData.metadata, | ||
| atiAnalytics: { | ||
| ...data.pageData.metadata.atiAnalytics, | ||
| pageTitle: data.pageData.title || null, | ||
| }, | ||
|
Comment on lines
+104
to
+107
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm going to add this logic in the API. This is just a temporary measure. |
||
| type: MOST_READ_PAGE, | ||
| }, | ||
|
amoore108 marked this conversation as resolved.
|
||
| }, | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is there a benefit to having at least one test on local? It looks like we've removed them all.
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.
Pidgin still has a local test for the page and ATI data:
simorgh/ws-nextjs-app/cypress/e2e/mostReadPage/index.cy.ts
Line 32 in 189669a
simorgh/ws-nextjs-app/cypress/e2e/mostReadPage/index.cy.ts
Line 67 in 189669a