-
Notifications
You must be signed in to change notification settings - Fork 78
WIP: Use page objects for user-skills-input-test #908
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
Conversation
627c65f to
a8eb988
Compare
| beforeEach() { | ||
| stubService(this, 'store', mockStore); | ||
| stubService(this, 'user-skills', mockUserSkillsService); | ||
| page.setContext(this); |
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.
I added this in based on what the error on the test logs suggested, but I didn't quite understand what happened here?
The tests pass with this.
|
@joshsmith I think with the exception of the last commit, it's pretty much in ready state. I'd appreciate help with my last commit - I'm not too sure what Page Objects property to use to get the Maybe as a final step I'll look at chaining some of the page.method calls too. Let me know! |
e380ce3 to
3bf70b6
Compare
|
@sarupbanskota I wouldn't use |
3bf70b6 to
896c705
Compare
begedin
left a comment
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.
Looks good, though I'm still unhappy with my understanding of how wait works.
896c705 to
3282389
Compare
Closes #778
Also under #697