Newer
Older

Rajab Natshah
committed
Feature: Pre-check important administrator and development pages.
As a site admin user
I want to be able to make sure that all admin and development tools are working
So that I can use them after the install or update.
Background:
Given I am a logged in user with the "webmaster" user
@local @development @staging @production
Scenario: Check the content page.
When I go to "/admin/content"
And I wait
Then I should see "Content"
@local @development @staging @production
Scenario: Check the structure page.
When I go to "/admin/structure"
And I wait
Then I should see "Block layout"
And I should see "Content types"
And I should see "Display Suite"
And I should see "Display modes"
And I should see "Entityqueues"

Rajab Natshah
committed
And I should see "Media types"

Rajab Natshah
committed
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
And I should see "Menu position rules"
And I should see "Menus"
And I should see "Pages"
And I should see "Paragraph types"
And I should see "Taxonomy"
And I should see "Views"
And I should see "Webforms"
@local @development @staging @production
Scenario: Check the structure page.
When I go to "/admin/structure/page_manager"
And I wait
Then I should see "Pages"
And I should see "Homepage"
And I should see "Total Control dashboard"
@local @development @staging @production
Scenario: Check the Page Manager main page.
When I go to "/admin/structure/page_manager"
And I wait
Then I should see "Pages"
And I should see "Homepage"
And I should see "Total Control dashboard"
@local @development @staging @production
Scenario: Check the views page.
When I go to "/admin/structure/views"
And I wait
Then I should see "Views"
And I should see "Browser"
And I should see "Media Hero Slider"
@local @development @staging @production
Scenario: Check the Appearance page.
When I go to "/admin/appearance"
And I wait
Then I should see "Appearance"
And I should see "Vartheme"
And I should see "Adminimal"
And I should see "Bootstrap"
And I should see "Vartheme Admin"

Rajab Natshah
committed
@javascript @check @local @development @staging @production
Scenario: Check active type of media types.
When I go to "media/add"
And I wait
Then I should see "Add media"
When I click "Add media"
And I wait
Then I should see "File"
And I should see "Image"
And I should see "Audio"
And I should see "Video"
And I should see "Remote video"
And I should see "Instagram"
And I should see "Tweet"