-
Notifications
You must be signed in to change notification settings - Fork 15
/
router.feature
46 lines (43 loc) · 1.47 KB
/
router.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
@aws
Feature: Router
Background:
Given I am testing through the full stack
And I force a varnish cache miss
Scenario: Check the router loads home page
Then I should be able to visit:
| Path |
| / |
Scenario: Check department short URLs redirect correctly
Then I should be redirected when I try to visit:
| Path |
| /ago |
| /airports-commission |
| /bis |
| /brac |
| /cabinetoffice |
| /cabinet-office |
| /communities |
| /dclg |
| /dcms |
| /decc |
| /defra |
| /dfe |
| /dfid |
| /dft |
| /dh |
| /dsa |
| /dwp |
| /fco |
| /hmrc |
| /home-office |
| /mod |
| /moj |
| /nio |
| /oag |
| /office-for-life-sciences |
| /phe |
| /pins |
| /planning-inspectorate |
| /scotland-office |
| /treasury |
| /wales-office |