Skip to content

web_renderjs_ui_test: fix flaky testFormViewHistoricalRevisionLink

Jérome Perrin requested to merge fix/testFormViewHistoricalRevisionLink into master

This test was using a blind pause instead of an explicit waitFor*, so it was failing when machine was not fast enough.

Also refactor the test a bit to simplify the assertion by first selecting the iframe we are going to inspect and make the test compatible with both chrome and firefox - they behave differently when interpreting new lines in selenium test tables.

Merge request reports