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

Avoid false positives creating a menu #66

Merged
merged 1 commit into from
Oct 7, 2015

Conversation

javigomez
Copy link
Contributor

Also adds support for multilingual

cc: @yvesh

Also adds support for multilingual
jatitoam added a commit that referenced this pull request Oct 7, 2015
Avoid false positives creating a menu
@jatitoam jatitoam merged commit 3cfe403 into joomla-projects:develop Oct 7, 2015
@jatitoam
Copy link
Contributor

jatitoam commented Oct 7, 2015

most of it, it's about timing, isn't it?

@puneet0191
Copy link
Member

yes most of the times, for my machine even 60 secs is not much 😛

$I->waitForElement(['xpath' => "//a[contains(text()[normalize-space()], '$menuItem')]"], '60');
$I->click(['xpath' => "//div[@id='collapseTypes']//a[contains(text()[normalize-space()], '$menuItem')]"]);
$I->debug('I switch back to the main window');
$I->switchToIFrame();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

also this. Switching selenium back from the iframe:

screen shot 2015-10-07 at 12 12 48

At least in local seems to be more stable. Let's see what TravisCI has to say 😅

javigomez added a commit to javigomez/weblinks that referenced this pull request Oct 7, 2015
This pull updates JoomlaBrowser joomla-projects/joomla-browser#66 to avoid false positives
yvesh pushed a commit to yvesh/weblinks that referenced this pull request Oct 29, 2015
This pull updates JoomlaBrowser joomla-projects/joomla-browser#66 to avoid false positives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants