Skip to content

Commit d6a329c

Browse files
authored
Merge pull request #22 from eapearson/master
add test for unauthenticated
2 parents b310ccb + a0e27cd commit d6a329c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/plugin/test/noauth.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[
2+
{
3+
"description": "Unauthenticated",
4+
"specs": [
5+
{
6+
"description": "should get the signin page",
7+
"baseSelector": [
8+
{
9+
"type": "plugin",
10+
"value": "auth2-client"
11+
},
12+
{
13+
"type": "component",
14+
"value": "login-view"
15+
}
16+
],
17+
"tasks": [
18+
{
19+
"title": "navigate to dashboard ",
20+
"navigate": {
21+
"path": "dashboard"
22+
}
23+
},
24+
{
25+
"selector": [
26+
{
27+
"type": "field",
28+
"value": "requested-path"
29+
}
30+
],
31+
"wait": 10000,
32+
"text": "dashboard"
33+
}
34+
]
35+
}
36+
]
37+
}
38+
]

0 commit comments

Comments
 (0)