Skip to content

Commit

Permalink
Change references to checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
elariekerboull committed Aug 3, 2023
1 parent 4ddb91e commit ef34ae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testsuite/documentation/cucumber-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ The radio button can be identified by name, id or label text.
```gherkin
When I check "manageWithSSH"
When I uncheck "role_org_admin"
When I check "container_build_host" if not checked
When I check "Container Build Host" if not checked
```

The check box can be identified by name, id or label text.
Expand Down
8 changes: 4 additions & 4 deletions testsuite/features/init_clients/buildhost_bootstrap.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Feature: Bootstrap a Salt build host via the GUI
When I follow the left menu "Systems > Activation Keys"
And I follow "SUSE Test Key x86_64" in the content area
And I wait until I see "Container Build Host" text
And I check "container_build_host"
And I check "osimage_build_host"
And I check "Container Build Host"
And I check "OS Image Build Host"
And I click on "Update Activation Key"

Scenario: Bootstrap a SLES build host
Expand Down Expand Up @@ -65,6 +65,6 @@ Feature: Bootstrap a Salt build host via the GUI
When I follow the left menu "Systems > Activation Keys"
And I follow "SUSE Test Key x86_64" in the content area
And I wait until I see "Container Build Host" text
And I uncheck "container_build_host"
And I uncheck "osimage_build_host"
And I uncheck "Container Build Host"
And I uncheck "OS Image Build Host"
And I click on "Update Activation Key"

0 comments on commit ef34ae7

Please sign in to comment.