Skip to content

Commit

Permalink
update credential window selector with new name
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Sep 7, 2022
1 parent 867265d commit 74aa37a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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

0 comments on commit 74aa37a

Please sign in to comment.