graphdb-workbench-tests 3.4.1-RC6 → 3.4.1-RC7
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.
|
@@ -7,6 +7,10 @@ describe('TTYG agent select menu', () => {
|
|
|
7
7
|
|
|
8
8
|
const repositoryId = 'starwars';
|
|
9
9
|
|
|
10
|
+
before(() => {
|
|
11
|
+
cy.clearLocalStorage('ls.ttyg');
|
|
12
|
+
});
|
|
13
|
+
|
|
10
14
|
beforeEach(() => {
|
|
11
15
|
RepositoriesStubs.stubRepositories(0, '/repositories/get-ttyg-repositories.json');
|
|
12
16
|
RepositoriesStubs.stubBaseEndpoints(repositoryId);
|
|
@@ -91,6 +95,7 @@ describe('TTYG agent select menu', () => {
|
|
|
91
95
|
TTYGViewSteps.triggerDeleteAgentActionMenu(0);
|
|
92
96
|
ModalDialogSteps.confirm();
|
|
93
97
|
ModalDialogSteps.getDialog().should('not.exist');
|
|
98
|
+
cy.wait('@delete-agent');
|
|
94
99
|
// TODO: the agents list filter brakes after deleting an agent!!!
|
|
95
100
|
TTYGViewSteps.selectAllAgentsFilter();
|
|
96
101
|
TTYGViewSteps.getAgents().should('have.length', 3);
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphdb-workbench-tests",
|
|
3
|
-
"version": "3.4.1-
|
|
3
|
+
"version": "3.4.1-RC7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "graphdb-workbench-tests",
|
|
9
|
-
"version": "3.4.1-
|
|
9
|
+
"version": "3.4.1-RC7",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@bahmutov/cypress-code-coverage": "^2.7.2",
|