This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 221
Add E2E to the the Order Confirmation Block #10863
Merged
mikejolley
merged 21 commits into
feature/blockify-order-confirmation
from
add/10056-e2e-test-to-order-confirmation-template
Sep 19, 2023
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a8b581d
Add editor util functions
tarhi-saad 777d24d
Update editor template E2E test
tarhi-saad baee864
Add the "exact" property for consistency
tarhi-saad e801f7c
Skip test
tarhi-saad f538548
Fix "transformIntoBlocks" logic
tarhi-saad f8f1816
Add tests for logged in user
tarhi-saad 0eacf46
Fix "beforeAll" config
tarhi-saad 90e1f9b
Confirm downloads section is visible when logged in
tarhi-saad ab9d41e
Create "verifyOrderConfirmationDetails" util function
tarhi-saad f5896df
Add logged in test case
tarhi-saad 4c29e8d
Add Guest user test case
tarhi-saad 9e1b671
Fix editor e2e testing
tarhi-saad 9d50364
Apply a proper teardown
tarhi-saad ac5d008
Fix failing tests after logout
tarhi-saad 0c7b99d
Ensure we are logged in before visiting the editor
tarhi-saad 4604d41
Ensure to have shipping selected
tarhi-saad 6f3dd7b
Wait for changes to be saved on the editor
tarhi-saad 1232eef
Ensure shipping options is selected
tarhi-saad e76845e
Remove comment
tarhi-saad a2a05d8
Ensure we are logged in before going to the admin page
tarhi-saad a57b8dc
Mark the Order Confirmation as a side effect test
tarhi-saad 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 contains 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
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.
Does this take care of the partial view for guests? If it doesn't and its not needed, just add a note to the method that it only handles the full logged in view.