graphdb-workbench-tests 3.0.0 → 3.0.1-RC1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fixtures/locale-en.json
CHANGED
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
"messages": {
|
|
1047
1047
|
"loading_graphql_shapes": "Loading GraphQL schema shapes...",
|
|
1048
1048
|
"no_schemas": "No GraphQL schema shapes were found in the selected repository. You can browse other repositories or change the source.",
|
|
1049
|
-
"endpoint_per_shape": "Each GraphQL schema shape results in one endpoint"
|
|
1049
|
+
"endpoint_per_shape": "Each GraphQL schema shape results in one endpoint."
|
|
1050
1050
|
}
|
|
1051
1051
|
},
|
|
1052
1052
|
"shacl_shapes": {
|
|
@@ -1166,7 +1166,7 @@
|
|
|
1166
1166
|
"overview": {
|
|
1167
1167
|
"title": "Overview",
|
|
1168
1168
|
"for_shapes": {
|
|
1169
|
-
"info": "GraphDB will attempt to create {{endpointsCount}} GraphQL endpoints in the \"{{activeRepoId}}\" based on the selected resources. To modify the selection, go back to Step 1 (Select schema source).",
|
|
1169
|
+
"info": "GraphDB will attempt to create {{endpointsCount}} GraphQL endpoints in the \"{{activeRepoId}}\" repository based on the selected resources. To modify the selection, go back to Step 1 (Select schema source).",
|
|
1170
1170
|
"included_endpoints": "Included GraphQL schema shapes",
|
|
1171
1171
|
"generated_endpoints": "GraphQL endpoints",
|
|
1172
1172
|
"explore_in_playground_link_tooltip": "Explore in Playground (opens in a new tab)",
|
|
@@ -54,7 +54,12 @@ describe('Visual graph screen validation', () => {
|
|
|
54
54
|
ApplicationSteps.getErrorNotifications().should('be.visible').and('contain', 'Invalid IRI');
|
|
55
55
|
});
|
|
56
56
|
|
|
57
|
-
it('Test search for a valid resource',
|
|
57
|
+
it('Test search for a valid resource', {
|
|
58
|
+
retries: {
|
|
59
|
+
openMode: 0,
|
|
60
|
+
runMode: 1
|
|
61
|
+
}
|
|
62
|
+
}, () => {
|
|
58
63
|
AutocompleteStubs.spyAutocompleteStatus();
|
|
59
64
|
VisualGraphSteps.visit();
|
|
60
65
|
// Verify autocomplete is ON, because sometimes in CI it is OFF and fails when searching for Resource
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphdb-workbench-tests",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1-RC1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "graphdb-workbench-tests",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.1-RC1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"cypress": "^14.0.3",
|