Current state of browser test.
This commit is contained in:
parent
4addd7b063
commit
ea10d24c38
1 changed files with 10 additions and 0 deletions
|
@ -20,11 +20,21 @@ class OtrsImportBrowserTest < TestCase
|
|||
|
||||
click(css: 'a[href="#import/otrs"]')
|
||||
|
||||
click(css: 'a.js-download')
|
||||
|
||||
click(css: 'a.js-otrs-link')
|
||||
|
||||
set(
|
||||
css: '#otrs-link',
|
||||
value: import_url
|
||||
)
|
||||
|
||||
exists(
|
||||
css: 'svg.icon-checkmark'
|
||||
)
|
||||
|
||||
click(css: 'a.js-migration-start')
|
||||
|
||||
watch_for(
|
||||
css: 'body',
|
||||
value: 'xxxx',
|
||||
|
|
Loading…
Reference in a new issue