This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Chain promises together in lib/browser.ts
#3904
Closed
sjelin opened this issue
Dec 30, 2016
· 0 comments
· Fixed by Jakub41/Flights-Scraper-CPH-Kastrup#46
Closed
Chain promises together in lib/browser.ts
#3904
sjelin opened this issue
Dec 30, 2016
· 0 comments
· Fixed by Jakub41/Flights-Scraper-CPH-Kastrup#46
Comments
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
…from `waitForAngularEnabled` Minor breaking change since `waitForAngularEnabled` no longer returns a boolean Closes angular#3904
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
…from `waitForAngularEnabled` Minor breaking change since `waitForAngularEnabled` no longer returns a boolean Closes angular#3904
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
…from `waitForAngularEnabled` Minor breaking change since `waitForAngularEnabled` no longer returns a boolean Closes angular#3904 Also fixed a minor bug in `lib/clientsidescripts.js` while debuging
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
…from `waitForAngularEnabled` Minor breaking change since `waitForAngularEnabled` no longer returns a boolean Closes angular#3904 Also fixed a minor bug in `lib/clientsidescripts.js` while debuging
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
…from `waitForAngularEnabled` Minor breaking change since `waitForAngularEnabled` no longer returns a boolean Closes angular#3904 Also fixed a minor bug in `lib/clientsidescripts.js` while debuging
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
…se from `waitForAngularEnabled` Minor breaking change since `waitForAngularEnabled` no longer returns a boolean Part of angular#3904 Chaining `browser.get` has proved surprisingly complex, so I'll do that in a different PR Also fixed a minor bug in `lib/clientsidescripts.js` while debuging
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 26, 2017
sjelin
added a commit
that referenced
this issue
Jan 27, 2017
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 27, 2017
…se from `waitForAngularEnabled` (angular#4021) Minor breaking change since `waitForAngularEnabled` no longer returns a boolean Part of angular#3904 Chaining `browser.get` has proved surprisingly complex, so I'll do that in a different PR Also fixed a minor bug in `lib/clientsidescripts.js` while debuging
igniteram
pushed a commit
to igniteram/protractor
that referenced
this issue
Feb 21, 2017
…se from `waitForAngularEnabled` (angular#4021) Minor breaking change since `waitForAngularEnabled` no longer returns a boolean Part of angular#3904 Chaining `browser.get` has proved surprisingly complex, so I'll do that in a different PR Also fixed a minor bug in `lib/clientsidescripts.js` while debuging
igniteram
pushed a commit
to igniteram/protractor
that referenced
this issue
Feb 21, 2017
1 task
1 task
bodyduardU
pushed a commit
to bodyduardU/protractor
that referenced
this issue
Dec 5, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are a few places in
lib/browser.ts
where we should have chained promises together, but didn't because the control flow handled it for us:ptorMixin
, ifsetupFn()
has athen
.get
.setLocation
.getLocationAbsUrl
.debugger
I may add to this list if I find more.
The text was updated successfully, but these errors were encountered: