Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gui-tests] Update credential window selector with new name #10083

Merged
merged 1 commit into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/gui/config.sample.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ MIN_SYNC_TIMEOUT=
LOWEST_SYNC_TIMEOUT=
CLIENT_LOG_FILE=
TEMP_FOLDER_PATH=
CLIENT_CONFIG_DIR=
CLIENT_CONFIG_DIR=
GUI_TEST_REPORT_DIR=
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AccountConnectionWizard:
}
CREDENTIAL_PAGE = {
"container": names.setupWizardWindow_contentWidget_QStackedWidget,
"name": "BasicCredentialsSetupWizardPage",
"name": "CredentialsSetupWizardPage",
"type": "OCC::Wizard::BasicCredentialsSetupWizardPage",
"visible": 1,
}
Expand Down
4 changes: 2 additions & 2 deletions test/gui/tst_addAccount/test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Feature: adding accounts
Then an account should be displayed with the displayname Alice Hansen and host %local_server_hostname%
And an account should be displayed with the displayname Brian Murphy and host %local_server_hostname%

@skip

Scenario: Adding account with wrong credentials
Given the user has started the client
And the user has added the following server address:
Expand All @@ -37,7 +37,7 @@ Feature: adding accounts
| password | 12345 |
Then error "Login failed: username and/or password incorrect" should be displayed

@skip

Scenario: Adding account with self signed certificate for the first time
Given the user has started the client
When the user adds the following server address:
Expand Down