graphdb-workbench-tests 3.1.2 → 3.1.3
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.
|
@@ -10,7 +10,7 @@ function verifyStateWithSelectedRepository() {
|
|
|
10
10
|
TTYGViewSteps.getApiKeyMessage().should('be.visible');
|
|
11
11
|
TTYGViewSteps.getMissingApiKeyToastMessage()
|
|
12
12
|
.should('be.visible')
|
|
13
|
-
.and('contain', 'Set the config property \'graphdb.llm.api-key\' to your LLM API key
|
|
13
|
+
.and('contain', 'Set the config property \'graphdb.llm.api-key\' to your LLM API key');
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
// TODO: skipped until BE releases an updated version with the new API key.
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphdb-workbench-tests",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "graphdb-workbench-tests",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@bahmutov/cypress-code-coverage": "^2.7.2",
|