-
Notifications
You must be signed in to change notification settings - Fork 15
/
publishing_tools.feature
133 lines (120 loc) · 4.67 KB
/
publishing_tools.feature
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
@app-publishing-api
Feature: Publishing Tools
@app-collections-publisher
Scenario: Can log in to collections-publisher
When I go to the "collections-publisher" landing page
And I try to login as a user
And I go to the "collections-publisher" landing page
Then I should see "Collections Publisher"
And I should see "Log out"
And I should see "Mainstream browse pages"
And I should see "Add a mainstream browse page"
@app-contacts-admin
Scenario: Can log in to contacts-admin
When I go to the "contacts-admin" landing page
And I try to login as a user
And I go to the "contacts-admin" landing page
Then I should see "GOV.UK Contacts"
And I should see "Sign out"
And I should see "Contacts"
And I should see "Add contact"
@app-content-tagger
Scenario: Can log in to content-tagger
When I go to the "content-tagger" landing page
And I try to login as a user
And I go to the "content-tagger" landing page
Then I should see "Content Tagger"
And I should see "Sign out"
And I should see "Taxons"
@app-content-publisher
Scenario: Can log in to content-publisher
When I go to the "content-publisher" landing page
And I try to login as a user
And I go to the "content-publisher" landing page
Then I should see "Content Publisher"
And I should see "Log out"
And I should see "Documents"
@app-imminence
Scenario: Can log in to imminence
When I go to the "imminence" landing page
And I try to login as a user
And I go to the "imminence" landing page
Then I should see "GOV.UK Imminence"
And I should see "Sign out"
And I should see "All services"
@app-local-links-manager
Scenario: Can log in to local-links-manager
When I go to the "local-links-manager" landing page
And I try to login as a user
And I go to the "local-links-manager" landing page
Then I should see "Local Links Manager"
And I should see "Sign out"
And I should see "Council"
@app-manuals-publisher
Scenario: Can log in to manuals-publisher
When I go to the "manuals-publisher" landing page
And I try to login as a user
And I go to the "manuals-publisher" landing page
Then I should see "Manuals Publisher"
And I should see "Sign out"
And I should see "Your manuals"
And I should see "New manual"
@app-maslow
Scenario: Can log in to maslow
When I go to the "maslow" landing page
And I try to login as a user
And I go to the "maslow" landing page
Then I should see "GOV.UK Maslow"
And I should see "Sign out"
And I should see "All needs"
@app-publisher @replatforming
Scenario: Can log in to publisher
When I go to the "publisher" landing page
And I try to login as a user
And I go to the "publisher" landing page
Then I should see "GOV.UK Publisher"
And I should see "Sign out"
And I should see Publisher's publication index
@app-service-manual-publisher
Scenario: Can log in to service-manual-publisher
When I go to the "service-manual-publisher" landing page
And I try to login as a user
And I go to the "service-manual-publisher" landing page
Then I should see "GOV.UK Service Manual Publisher"
And I should see "Sign out"
And I should see "Create a Guide"
@app-short-url-manager
Scenario: Can log in to short-url-manager
When I go to the "short-url-manager" landing page
And I try to login as a user
And I go to the "short-url-manager" landing page
Then I should see "Short URL manager"
And I should see "Sign out"
And I should see "Dashboard"
And I should see "Request a new URL redirect or short URL"
@app-specialist-publisher
Scenario: Can log in to specialist-publisher
When I go to the "specialist-publisher" landing page
And I try to login as a user
And I go to the "specialist-publisher" landing page
Then I should see "GOV.UK Specialist Publisher"
And I should see "Sign out"
And I should see "CMA Cases"
And I should see "Add another CMA Case"
@app-travel-advice-publisher
Scenario: Can log in to travel-advice-publisher
When I go to the "travel-advice-publisher" landing page
And I try to login as a user
And I go to the "travel-advice-publisher" landing page
Then I should see "GOV.UK Travel Advice Publisher"
And I should see "Log out"
And I should see "All countries"
@app-whitehall-admin
Scenario: Can log in to whitehall
When I go to the "whitehall-admin" landing page
And I try to login as a user
And I go to the "whitehall-admin" landing page
Then I should see "GOV.UK Whitehall"
And I should see "Logout"
And I should see "Dashboard"
And I should see "My draft documents"