graphdb-workbench-tests 1.10.1 → 1.11.0-TR1

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.
@@ -25,7 +25,7 @@ describe('Visual graph screen validation', () => {
25
25
 
26
26
  context('When autocomplete is disabled', () => {
27
27
  it('Test notification when autocomplete is disabled', () => {
28
- cy.visit('/graphs-visualizations');
28
+ cy.visit('graphs-visualizations');
29
29
  cy.window();
30
30
  getSearchField().should('be.visible').type('http://');
31
31
 
@@ -42,7 +42,7 @@ describe('Visual graph screen validation', () => {
42
42
  cy.enableAutocomplete(repositoryId);
43
43
  });
44
44
  beforeEach(() => {
45
- cy.visit('/graphs-visualizations');
45
+ cy.visit('graphs-visualizations');
46
46
  cy.window();
47
47
  });
48
48
 
@@ -472,7 +472,7 @@ describe('Visual graph screen validation', () => {
472
472
  });
473
473
 
474
474
  it('Test can create custom visual graph', () => {
475
- cy.visit('/graphs-visualizations');
475
+ cy.visit('graphs-visualizations');
476
476
  getCreateCustomGraphLink().click();
477
477
  cy.url().should('include', '/config/save');
478
478
  getGraphConfigName().type('configName');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "1.10.1",
3
+ "version": "1.11.0-TR1",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "start": "cypress open",