annotate client/tests/e2e/reports/login.xml @ 5577:973c71c07bb2 surveysperbottleneckid

Added bottleneck_id to queried properties for bottlenecks in store.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 08 Feb 2022 16:06:48 +0100
parents f90f2fd94fbc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2931
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" ?>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 <testsuites errors="0"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3 failures="0"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4 tests="5">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6 <testsuite name="login"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7 errors="0" failures="0" hostname="" id="" package="login" skipped="5"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8 tests="5" time="0.000" timestamp="Thu, 04 Apr 2019 10:16:03 GMT">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12 <system-err>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
13 Error while running [Protocols / Loading protocols]:
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
14
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
15 TypeError: browser.url(...).waitForElementVisible(...).setValue(...).setValue(...).click(...).pause(...).click(...).pause(...).click(...).pause(...).url.contains is not a function
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
16 at Object.Loading protocols (/home/thomas/go/src/gemma.intevation.de/gemma/client/tests/e2e/specs/protocols.js:31:12)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
17 at Module.call (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/nightwatch/lib/runner/module.js:62:34)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
18 at /home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/nightwatch/lib/runner/testcase.js:70:29
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
19 at _fulfilled (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:834:54)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
20 at self.promiseDispatch.done (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:863:30)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
21 at Promise.promise.promiseDispatch (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:796:13)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
22 at /home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:556:49
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
23 at runSingle (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:137:13)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
24 at flush (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:125:13)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
25 at _combinedTickCallback (internal/process/next_tick.js:132:7)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
26 </system-err>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
27
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
28
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
29
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
30
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
31 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
32 name="Page Load" classname="login">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
33 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
34 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
35
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
36 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
37 name="Login failed" classname="login">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
38 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
39 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
40
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
41 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
42 name="Login oana success" classname="login">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
43 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
44 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
45
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
46 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
47 name="Login oana switch url" classname="login">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
48 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
49 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
50
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
51 <testcase
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
52 name="Login switch user from oana to sophie" classname="login">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
53 <skipped />
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
54 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
55
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
56
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
57 </testsuite>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
58 </testsuites>