]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/blob
3ffdc40f2490ce541561a456499842934e6047c2
[ceph-ci.git] /
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" on carbon modal
26         Then I should be on the "dashboard" page