]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/workflow/01-create-cluster-welcome.feature
buildsys: change download over to reef release
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / orchestrator / workflow / 01-create-cluster-welcome.feature
1 Feature: Cluster expansion welcome screen
2
3 Go to the welcome screen and decide whether
4 to proceed to wizard or skips to landing page
5
6 Background: Login
7 Given I am logged in
8
9 Scenario: Cluster expansion welcome screen
10 Given I am on the "welcome" page
11 And I should see a button to "Expand Cluster"
12 And I should see a button to "Skip"
13 And I should see a message "Please expand your cluster first"
14
15 Scenario: Go to the Cluster expansion wizard
16 Given I am on the "welcome" page
17 And I should see a button to "Expand Cluster"
18 When I click on "Expand Cluster" button
19 Then I am on the "Add Hosts" section
20
21 Scenario: Skips the process and go to the landing page
22 Given I am on the "welcome" page
23 And I should see a button to "Skip"
24 When I click on "Skip" button
25 And I confirm to "Continue"
26 Then I should be on the "dashboard" page