Skip to content
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

Refactoring Page object #2279

Merged
merged 2 commits into from
Apr 5, 2017
Merged

Conversation

John-Pap
Copy link
Contributor

I spotted some TODO comments for some hardcoded selectors in the page.js file, so I refactored the constructor of class Page to accept the two selectors as arguments. I hope I got it right.

@Carreau Carreau added this to the 5.1 milestone Mar 13, 2017
@Carreau
Copy link
Member

Carreau commented Mar 13, 2017

That seem reasonable to me, but I'll let other more up-to-date with NB developpement pitch in.
I'm tagging as 5.1 are we are close to 5.0 release and I don't want to delay 5.0 more.

Thanks !

@minrk
Copy link
Member

minrk commented Mar 15, 2017

Makes sense. Given that 100% of Page invocations use the same argument, we could probably also remove the TODO and accept that these aren't actually variable parameters.

@minrk minrk merged commit f9f2a5e into jupyter:master Apr 5, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 8, 2021
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.

None yet

3 participants