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

Fix failing E2E by adding required header when logging in #2985

Merged
merged 2 commits into from
Jun 19, 2019

Conversation

saturninoabril
Copy link
Member

Summary

E2E test failed by 90%. It's due to the recent change on server that requires additional header to return cookies.

Ticket Link

none

@saturninoabril saturninoabril added the 2: Dev Review Requires review by a core commiter label Jun 19, 2019
});
}

// Add user to several teams by default
teamsToAdd.forEach((team) => {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is throwing error in some test. Seems that this line is being called asap and not awaiting from the teamsResponse above.

@thekiiingbob thekiiingbob merged commit 4891deb into master Jun 19, 2019
@saturninoabril saturninoabril deleted the e2e-add-login-header branch June 19, 2019 13:17
@amyblais amyblais added Changelog/Not Needed Does not require a changelog entry Docs/Not Needed Does not require documentation and removed 2: Dev Review Requires review by a core commiter labels Jun 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Changelog/Not Needed Does not require a changelog entry Docs/Not Needed Does not require documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants