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
Switch to browser on DUNA redirect URL., Fixes AB#3079799 #2553
base: dev
Are you sure you want to change the base?
Switch to browser on DUNA redirect URL., Fixes AB#3079799 #2553
Changes from 60 commits
560d0fb
7632017
f30b5bc
82251aa
e7636cb
a8720b9
ca4f0eb
19e0498
76155d9
a389026
6178335
744d212
e3da415
d569aa6
c404af1
9385aba
58c771c
fae212f
1f3402b
762d67c
7f266eb
5baaba0
c380714
d6bf4a8
f15596c
960c7c4
b948e9f
4284ad5
25ad56f
4584e13
c8f6328
b8d0515
a56a813
8c33115
8a5a96e
003fe74
98deb1c
c9b5f83
755d9da
4691ad6
1e624de
33740e2
859d677
e410152
d5a8697
5c22a55
a697720
db8b608
82cc1c2
20a8143
ec3fd80
ebfaabc
5c5b2fa
ca6e112
2b5a4f9
8c7ae24
b7a104a
b0343eb
914856b
9ea834a
15511ee
ceeb3f0
d8c2d4e
2e47d40
75b14e6
273a4cc
c045005
86c8fee
d793623
2b6c296
f28b129
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.
Is this a case of browser being uninstalled between the time interactive request started and got to this point? I'm asking because I see we already check for browser being available even before we declare switch browser capable
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.
Yes, at this point we expect the browser not to be null as we check prior to initiate DUNA, but because the function can return null, we do this check