[9.0 Release Issues]: Skip license screen #109
No reviewers
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#109
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "skip_license_screen"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
In 9.0, the license screen is only displayed post-login if
initial-setup-gui
is installed. This PR handles that scenario.How Has This Been Tested?
These tests should succeed up to the "Welcome Tour" step in
_graphical_wait_login
. The "Welcome Tour" is not handled as part of this PR.Checklist:
Works up to now as expected 👌🏻
@ -55,0 +54,4 @@
# As well as coming back
wait_still_screen 5, 30;
assert_screen "gdm_initial_setup_license_accepted";
assert_and_click "gdm_initial_setup_spoke_forward";
The description above does not correspond to the actual conditional, it will work for now but not for 10.
Maybe change to everything above incl. 9 (might be harder to implement because it's string compare right now and has to change to long number compare though), we might stick with this if too much work
The same as before this one
Looks good for me now 👌🏻