ncbi / robotframework-pageobjects

Implementation of the Page Object pattern with Robot Framework and selenium. Also facilitates page object pattern independent of Robot Framework
http://ncbi.github.io/robotframework-pageobjects
Other
84 stars 75 forks source link

Fix for flaky tests #43

Closed dpsfrishberg closed 9 years ago

dpsfrishberg commented 9 years ago

This has to do with tests that were discovered as flaky in https://github.com/ncbi/robotframework-pageobjects/pull/25. These are tests for keywords that check visibility, but they were using removal of page elements instead of hiding. This fixes that so the elements are hidden instead.

kahunacohen commented 9 years ago

:+1:

hellmanj commented 9 years ago

:+1:

dpsfrishberg commented 9 years ago

I don't think we need to bother tagging this, since it's only tests.

kahunacohen commented 9 years ago

Agreed