Newer
Older

Rajab Natshah
committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
67
68
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"
And I should see "Media bundles"
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"
And I should see "Varbase Google Analytics Summary"
@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"