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.
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
feat(mv3): Redirection Tests #1236
feat(mv3): Redirection Tests #1236
Changes from 49 commits
7b4d93d
f3305fe
83af58f
d504c71
4fab16a
f02d6a2
dbab08c
394b13b
cbb4ac6
5794aea
0b0af76
0de2e89
1d46a57
44653de
64fcde7
66b13dc
39af513
bf98b8f
0b8b308
3b80b2a
50797d0
46fca05
8e3aee2
83ff056
38d7b60
4039f0f
dd86afa
0e316a2
7b94054
8d95a1f
9bbf271
5ce5de8
e5d42e0
a260eb9
eb8fea0
cc109b0
441191e
5ac8417
02042cb
f3d4605
47d72f8
239984d
94cb141
e3e73c9
80e7d51
7d1e97c
33b8062
ae23f4c
b77ab7b
bb85dbb
6fe39a3
e56bb6a
6bd8c3c
47ea944
3013400
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
+1
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.
we need to be careful about overriding globals in specific tests. I also thought about throwing together some helper functions that would do global setup via something like
setupBrowserBefore
andsetupTabsBefore
that would allow us to componentize our setups and more explicitly control what is being done in each test suite, but maybe we can take that on when/if it bites us later.