Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

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
Copy link
Contributor

sjelin commented Dec 30, 2016

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:

  • In ptorMixin, if setupFn() has a then
  • In .get
  • In .setLocation
  • In .getLocationAbsUrl
  • In .debugger

I may add to this list if I find more.

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 that referenced this issue Jan 26, 2017
…se from `waitForAngularEnabled` (#4021)

Minor breaking change since `waitForAngularEnabled` no longer returns a boolean

Part of #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 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
@sjelin sjelin closed this as completed in 4e40fb1 Jan 27, 2017
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
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant