We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b310ccb + a0e27cd commit d6a329cCopy full SHA for d6a329c
src/plugin/test/noauth.json
@@ -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