Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
clive
Commits
193bac05
Commit
193bac05
authored
3 weeks ago
by
Mateusz Żebrak
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
a4047b2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!600
v1.27.5.21 Release
,
!558
Remove welcome profile from TUIWorld, set TUIWorld profile during CreateProfile wizard instead
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/tui/test_create_profile.py
+4
-4
4 additions, 4 deletions
tests/tui/test_create_profile.py
with
4 additions
and
4 deletions
tests/tui/test_create_profile.py
+
4
−
4
View file @
193bac05
...
@@ -56,7 +56,7 @@ async def prepared_tui_on_create_profile(
...
@@ -56,7 +56,7 @@ async def prepared_tui_on_create_profile(
await
clive_quit
(
pilot
)
await
clive_quit
(
pilot
)
async
def
crate_profile_until_set_account
(
async
def
cr
e
ate_profile_until_set_account
(
pilot
:
ClivePilot
,
profile_name
:
str
,
profile_password
:
str
,
account_name
:
str
pilot
:
ClivePilot
,
profile_name
:
str
,
profile_password
:
str
,
account_name
:
str
)
->
None
:
)
->
None
:
assert_is_screen_active
(
pilot
,
CreateProfileWelcomeFormScreen
)
assert_is_screen_active
(
pilot
,
CreateProfileWelcomeFormScreen
)
...
@@ -141,7 +141,7 @@ async def test_create_profile_watched_account_creation(prepared_tui_on_create_pr
...
@@ -141,7 +141,7 @@ async def test_create_profile_watched_account_creation(prepared_tui_on_create_pr
pilot
=
prepared_tui_on_create_profile
pilot
=
prepared_tui_on_create_profile
# ACT
# ACT
await
crate_profile_until_set_account
(
pilot
,
PROFILE_NAME
,
PROFILE_PASSWORD
,
ACCOUNT_NAME
)
await
cr
e
ate_profile_until_set_account
(
pilot
,
PROFILE_NAME
,
PROFILE_PASSWORD
,
ACCOUNT_NAME
)
await
create_profile_mark_account_as_watched
(
pilot
)
await
create_profile_mark_account_as_watched
(
pilot
)
await
create_profile_finish
(
pilot
)
await
create_profile_finish
(
pilot
)
...
@@ -155,7 +155,7 @@ async def test_create_profile_working_account_creation(prepared_tui_on_create_pr
...
@@ -155,7 +155,7 @@ async def test_create_profile_working_account_creation(prepared_tui_on_create_pr
pilot
=
prepared_tui_on_create_profile
pilot
=
prepared_tui_on_create_profile
# ACT
# ACT
await
crate_profile_until_set_account
(
pilot
,
PROFILE_NAME
,
PROFILE_PASSWORD
,
ACCOUNT_NAME
)
await
cr
e
ate_profile_until_set_account
(
pilot
,
PROFILE_NAME
,
PROFILE_PASSWORD
,
ACCOUNT_NAME
)
await
press_and_wait_for_screen
(
pilot
,
"
enter
"
,
NewKeyAliasFormScreen
)
await
press_and_wait_for_screen
(
pilot
,
"
enter
"
,
NewKeyAliasFormScreen
)
await
create_profile_set_key_and_alias_name
(
pilot
,
KEY_ALIAS_NAME
,
PRIVATE_KEY
)
await
create_profile_set_key_and_alias_name
(
pilot
,
KEY_ALIAS_NAME
,
PRIVATE_KEY
)
await
create_profile_finish
(
pilot
)
await
create_profile_finish
(
pilot
)
...
@@ -171,7 +171,7 @@ async def test_create_profile_working_account_creation_no_key(prepared_tui_on_cr
...
@@ -171,7 +171,7 @@ async def test_create_profile_working_account_creation_no_key(prepared_tui_on_cr
pilot
=
prepared_tui_on_create_profile
pilot
=
prepared_tui_on_create_profile
# ACT
# ACT
await
crate_profile_until_set_account
(
pilot
,
PROFILE_NAME
,
PROFILE_PASSWORD
,
ACCOUNT_NAME
)
await
cr
e
ate_profile_until_set_account
(
pilot
,
PROFILE_NAME
,
PROFILE_PASSWORD
,
ACCOUNT_NAME
)
await
press_and_wait_for_screen
(
pilot
,
"
enter
"
,
NewKeyAliasFormScreen
)
await
press_and_wait_for_screen
(
pilot
,
"
enter
"
,
NewKeyAliasFormScreen
)
await
create_profile_finish
(
pilot
)
await
create_profile_finish
(
pilot
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment