-
Notifications
You must be signed in to change notification settings - Fork 8
Tests: Fix User Agent #1146
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
Tests: Fix User Agent #1146
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d2366d8
Settings: Post: Defaults: Use `0` instead of blank string
n7studios 40b2203
Tests: Fix User Agent
n7studios 9723c5f
seeFormOutput: Wait for the form to render
n7studios 1b90ac4
Debug test failure
n7studios d66b739
Log JS errors
n7studios 2ccf690
Tweak user agents
n7studios 1ec055c
seeFormOutput: Change user-agent before assertions
n7studios 5a143c0
Swtich user agents on seeFormOutput assertions
n7studios 2966308
seeFormOutput: Revert user agent if not asserting form position
n7studios a73975a
Use seeFormOutput
n7studios f02acd6
Change user agent for Form Triggers and Products
n7studios 551767c
Improve helper methods to change user agent and reload current URL
n7studios 380a85f
Try mixed user agent
n7studios 72d02de
Revert form helpers back to original
n7studios ba491f8
Revert category tests back to original
n7studios 1532cfd
Revert user agent changes
n7studios 92fe505
Reinstate PHP versions
n7studios f9ef960
Reinstate all tests
n7studios ed18066
Tests: Elementor: Remove code to dismiss fatal error, as it no longer…
n7studios be9fd3b
Merge remote-tracking branch 'origin/tests-fix-user-agent' into set-c…
n7studios e8672bd
Merge pull request #1145 from Kit/set-correct-post-defaults
n7studios 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 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
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
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
Oops, something went wrong.
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.
Appends any JS errors to the HTML artifact when a test fails. Useful for the future for debugging JS issues.