Improved blur.
This commit is contained in:
parent
ce6e414362
commit
a826b12704
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ class TranslationTest < TestCase
|
||||||
value: 'Übersichten123',
|
value: 'Übersichten123',
|
||||||
)
|
)
|
||||||
sleep 1
|
sleep 1
|
||||||
click(css: '#global-search')
|
click(css: 'a[href="#dashboard"]')
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
@browser.action.key_down(:control)
|
@browser.action.key_down(:control)
|
||||||
|
@ -207,7 +207,7 @@ class TranslationTest < TestCase
|
||||||
value: 'Overviews123',
|
value: 'Overviews123',
|
||||||
)
|
)
|
||||||
sleep 1
|
sleep 1
|
||||||
click(css: '#global-search')
|
click(css: 'a[href="#dashboard"]')
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
@browser.action.key_down(:control)
|
@browser.action.key_down(:control)
|
||||||
|
|
Loading…
Reference in a new issue