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

i18n.feature should use Selenium to click elements #544

Open
maddiedierker opened this issue Nov 15, 2018 · 0 comments
Open

i18n.feature should use Selenium to click elements #544

maddiedierker opened this issue Nov 15, 2018 · 0 comments
Labels

Comments

@maddiedierker
Copy link
Contributor

@davidsbailey made a fix to use Selenium to click elements rather than jQuery. A small piece of that fix needed to be undone in order to get i18n.feature to pass.

Here is the full Cucumber log with the test failure, but the main error was:

And I press "toggleButton"
unknown error: Element is not clickable at point (939, 102). Other element would receive the click: <div class="modal-backdrop  in"></div>

From talking to Dave and others, it sounds like this test just needs to be refactored to close the blocking modal(s), then we can use Selenium to click the element to make sure the test is catching any regressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant