Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Conversation

@ronanyeah
Copy link

Related to #5

Seems to work correctly locally but I presume I will need to add tests.

Copy link
Collaborator

@adieuadieu adieuadieu left a comment

Choose a reason for hiding this comment

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

Hi @ronanyeah Thank you for raising this PR! I noticed some small typo's. Please have a look 😃

case 'mousedown':
return this.mousedown(command.selector)
case 'mouseover':
return this.mousedown(command.selector)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hm... looks maybe like a typo. Did you mean this.mouseover?

}

const { scale } = this.chromelessOptions.viewport
await mousedown(this.client, selector, scale)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same here. Did you mean await mouseover() ?

@ronanyeah
Copy link
Author

@adieuadieu Oops! Should be fixed now and seems to work still.

@ronanyeah ronanyeah closed this Sep 14, 2017
@skuridin
Copy link

skuridin commented Jan 8, 2018

Why this PR is closed?

@Nedomas Nedomas mentioned this pull request Mar 22, 2018
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants