Skip to content
Snippets Groups Projects
Commit fb63f1ae authored by Varac's avatar Varac
Browse files

Merge branch '208-behave-test-fails-with-non-english-localisation' into 'master'

Resolve "behave test fails with non-english localisation"

Closes #208

See merge request openappstack/openappstack!96
parents 11953d61 15badb6c
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ Feature: Test nextcloud admin login
Scenario: Test OnlyOffice welcome screen
When I open the onlyoffice URL
Then I expect that element "#status-ok-icon" is visible
Then I wait on element "#status-ok-icon" for 1000ms to exist
Scenario: Open nextcloud
When I open the nextcloud URL
......@@ -18,7 +18,7 @@ Scenario: Login to nextcloud
When I enter the "nextcloud" "username" in the inputfield "input#user"
And I enter the "nextcloud" "password" in the inputfield "input#password"
And I click on the button "input#submit"
Then I expect that the title is "Files - Nextcloud"
Then I expect that element ".app-files" does exist
And I expect that cookie "nc_session_id" exists
And I expect that cookie "nc_token" exists
And I expect that cookie "nc_username" exists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment