Skip to content

Commit feaed43

Browse files
authored
BACKLOG-23323 Fixed jobs query after api change (#98)
1 parent e609434 commit feaed43

File tree

4 files changed

+115
-106
lines changed

4 files changed

+115
-106
lines changed

fixtures/graphql/jcr/query/getJobsWithStatus.graphql

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ query getJobsWithStatus{
33
jahia {
44
scheduler{
55
jobs {
6-
siteKey
7-
group
8-
jobStatus
6+
nodes {
7+
siteKey
8+
group
9+
jobStatus
10+
}
911
}
1012
}
1113
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jahia/cypress",
3-
"version": "3.33.0",
3+
"version": "3.34.0",
44
"scripts": {
55
"build": "tsc",
66
"lint": "eslint src -c .eslintrc.json --ext .ts"

0 commit comments

Comments
 (0)