Added initial otrs browser import test.

This commit is contained in:
Martin Edenhofer 2016-01-13 10:29:41 +01:00
parent 63fbc51fb6
commit 6bb8c7b6eb

View file

@ -0,0 +1,27 @@
# encoding: utf-8
require 'browser_test_helper'
class OtrsImportBrowserTest < TestCase
def test_import
@browser = browser_instance
location(url: browser_url)
watch_for(
css: 'body',
value: 'xxxx',
timeout: 10,
)
# click import
# click otrs
# enter otrs url + key
# watch for import start
# watch for import end
end
end