You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(series/sales/import): open a page on every test to workaround htmlunit bug.
sendKeys() was failing with "StringIndexOutOfBoundsException: start > length()" exception when we
fill a field a second time. Opening a page on every test fixes that as there is no state left from a
previous test.
Workaround for HtmlUnit/htmlunit#142
Part of #1072
0 commit comments