George Kalpakas deca6a60dd test(docs-infra): avoid click-related CI flake in e2e test ()
One of the tests introduced in  is susceptible to a kind of
WebDriver flake related to trying to click elements hidden behind fixed
positioned elements.
This commit works around the issue by clicking the elements directly
using JavaScript (instead of `WebElement#click()`).

PR Close 
2019-04-01 16:18:03 -07:00
..