graphdb-workbench-tests 2.8.0-RC4 → 2.8.0-RC5
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
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"form": {
|
|
437
437
|
"agent_name": {
|
|
438
438
|
"label": "Agent name",
|
|
439
|
-
"placeholder": "Enter user friendly name",
|
|
439
|
+
"placeholder": "Enter a user friendly name",
|
|
440
440
|
"tooltip": "A descriptive name that helps you identify this agent."
|
|
441
441
|
},
|
|
442
442
|
"repository": {
|
|
@@ -1093,6 +1093,7 @@
|
|
|
1093
1093
|
"resource.memory.heap.label": "Heap memory usage",
|
|
1094
1094
|
"resource.memory.heap.tooltip": "Shows the heap memory used by GraphDB. The heap memory is the main memory allocated for keeping the database running and it is also used for any memory-intensive operations when needed. Approaching the maximum heap size can slow down GraphDB",
|
|
1095
1095
|
"resource.memory.heap.max": "Maximum heap size: ",
|
|
1096
|
+
"resource.memory.non_heap.max": "Maximum off-heap size: ",
|
|
1096
1097
|
"resource.memory.non_heap.label": "Off-heap memory usage",
|
|
1097
1098
|
"resource.memory.non_heap.tooltip": "Shows the off-heap memory used by GraphDB. The off-heap memory is used only for certain structures and should not grow substantially with time",
|
|
1098
1099
|
"resource.memory.committed": "Committed memory",
|
|
@@ -61,7 +61,6 @@ describe('TTYG create chat', () => {
|
|
|
61
61
|
TTYGStubs.stubAgentGet();
|
|
62
62
|
TTYGViewSteps.visit();
|
|
63
63
|
cy.wait('@get-chat-list');
|
|
64
|
-
cy.wait('@get-agent');
|
|
65
64
|
// Then I expect newly created chat be selected.
|
|
66
65
|
TTYGViewSteps.getChatFromGroup(0, 0).should('contain', 'New chat of Han Solo is a character');
|
|
67
66
|
TTYGViewSteps.getChatFromGroup(0, 0).should('have.class', 'selected');
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphdb-workbench-tests",
|
|
3
|
-
"version": "2.8.0-
|
|
3
|
+
"version": "2.8.0-RC5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "graphdb-workbench-tests",
|
|
9
|
-
"version": "2.8.0-
|
|
9
|
+
"version": "2.8.0-RC5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"cypress": "^13.3.1",
|