Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

update hapi and fix test #1450

Merged
merged 1 commit into from
Apr 5, 2016
Merged

Conversation

ScottDowne
Copy link
Contributor

No description provided.

@@ -17,13 +17,13 @@ module.exports = function(driver, By, done) {
driver.wait(function() {
return driver.getCurrentUrl().then(function(url) {
var result = true;
if (url.indexOf('http://localhost:3000/en-US/thunderbird/thank-you/') === -1) {
if (url.indexOf('http://localhost:3000/en-CA/thunderbird/thank-you/') === -1) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My best guess is this never really passed. We would just close the test manually and run the next manually thus not sticking around long enough after the test to notice it didn't finish.

Looks like the donation worked though, so the code was good, just a silly test.

@ScottDowne
Copy link
Contributor Author

The checklist for the hapi update:

@ScottDowne
Copy link
Contributor Author

@alicoding r?

@alicoding
Copy link
Contributor

Don't we have to update other dependencies at all? like Boom and other ones?

@ScottDowne
Copy link
Contributor Author

No mention of it in the above upgrade guides, and everything worked.

Things I suggest you could do to review this is:

  • run the code and try to hit something I missed and the tests missed, and ensure it also works.
  • look through the code and double check that we're not using the qs or password things.

@alicoding
Copy link
Contributor

r+

@ScottDowne ScottDowne merged commit b5d6160 into mozilla:master Apr 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants