graphdb-workbench-tests 3.3.0-TR2 → 3.3.0-TR3

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.
@@ -102,7 +102,7 @@ describe('Repositories', () => {
102
102
  // Check the repo is present in the list of repos and we are not yet connected to it
103
103
  RepositorySteps.getRepositoryFromList(repositoryId)
104
104
  .should('be.visible')
105
- .find('.icon-connection-off')
105
+ .find('.ri-link-unlink')
106
106
  .should('be.visible');
107
107
 
108
108
  // Verify it's configuration can be downloaded
@@ -48,7 +48,7 @@ describe('Setup / Connectors - Lucene', () => {
48
48
  verifyConnectorExists(luceneConnectorName);
49
49
  //copy connector
50
50
  getConnectorInstance(0)
51
- .find('.icon-copy')
51
+ .find('.ri-file-copy-line')
52
52
  .should('be.visible')
53
53
  .click()
54
54
  .then(() => {
@@ -60,7 +60,7 @@ describe('Setup / Connectors - Lucene', () => {
60
60
  verifyConnectorExists(luceneConnectorName + '-copy');
61
61
  //delete connector copy
62
62
  getConnectorInstance(1)
63
- .find('.icon-trash')
63
+ .find('.ri-delete-bin-6-line')
64
64
  .should('be.visible')
65
65
  .click();
66
66
  getConfirmConnectorDeletebutton()
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "3.3.0-TR2",
3
+ "version": "3.3.0-TR3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "graphdb-workbench-tests",
9
- "version": "3.3.0-TR2",
9
+ "version": "3.3.0-TR3",
10
10
  "license": "Apache-2.0",
11
11
  "devDependencies": {
12
12
  "@bahmutov/cypress-code-coverage": "^2.7.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "3.3.0-TR2",
3
+ "version": "3.3.0-TR3",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -115,7 +115,7 @@ class ClassViewsSteps {
115
115
  }
116
116
 
117
117
  static getReturnButton() {
118
- return cy.get('.icon-arrow-left');
118
+ return cy.get('.ri-arrow-left-circle-line');
119
119
  }
120
120
 
121
121
  static goBack() {
@@ -131,7 +131,7 @@ class ClassViewsSteps {
131
131
  }
132
132
 
133
133
  static searchForClass() {
134
- return cy.get('.toolbar-holder .icon-search').click();
134
+ return cy.get('.toolbar-holder .search-icon').click();
135
135
  }
136
136
 
137
137
  static getSearchInput() {
@@ -174,6 +174,6 @@ export class ImportUserDataSteps extends ImportSteps {
174
174
  }
175
175
 
176
176
  static getDeleteImportEntryButton() {
177
- return cy.get('.icon-trash');
177
+ return cy.get('.ri-delete-bin-6-line');
178
178
  }
179
179
  }
@@ -11,7 +11,7 @@ export class OperationsStatusesComponentSteps {
11
11
  }
12
12
 
13
13
  static getImportOperationStatusHeaderElement() {
14
- return OperationsStatusesComponentSteps.getOperationStatusHeader('.icon-import');
14
+ return OperationsStatusesComponentSteps.getOperationStatusHeader('.ri-download-2-line');
15
15
  }
16
16
 
17
17
  static getQueriesOperationStatusHeaderElement() {
@@ -63,7 +63,7 @@ export class RepositorySteps {
63
63
  }
64
64
 
65
65
  static getRepositoryConnectionOffBtn(id) {
66
- return RepositorySteps.getRepositoryFromList(id).find('.icon-connection-off');
66
+ return RepositorySteps.getRepositoryFromList(id).find('.ri-link-unlink');
67
67
  }
68
68
 
69
69
  static clickRepositoryConnectionOffBtn(id) {
@@ -71,7 +71,7 @@ export class RepositorySteps {
71
71
  }
72
72
 
73
73
  static getRepositoryConnectionOnBtn(id) {
74
- return RepositorySteps.getRepositoryFromList(id).find('.icon-connection-on');
74
+ return RepositorySteps.getRepositoryFromList(id).find('.ri-link');
75
75
  }
76
76
 
77
77
  static clickRepositoryIcon(repositoryId, selector) {
@@ -70,7 +70,7 @@ export class AclManagementSteps {
70
70
  }
71
71
 
72
72
  static getActiveTabDirtyIcon() {
73
- return this.getActiveTab().find('.icon-exclamation');
73
+ return this.getActiveTab().find('.scope-dirty');
74
74
  }
75
75
 
76
76
  static addRuleInBeginning() {
@@ -174,7 +174,7 @@ export class AclManagementSteps {
174
174
  }
175
175
 
176
176
  static getWarningIcon(index) {
177
- return this.getSavedRoleField(index).get('.icon-warning');
177
+ return this.getSavedRoleField(index).get('.ri-alert-line');
178
178
  }
179
179
 
180
180
  static getWarningIconTooltipText(index) {
@@ -104,6 +104,6 @@ export class AutocompleteSteps extends BaseSteps {
104
104
  }
105
105
 
106
106
  static editLabelOnRow(rowIndex) {
107
- this.getTableRows().eq(rowIndex).find('.actions-bar .icon-edit').click();
107
+ this.getTableRows().eq(rowIndex).find('.actions-bar .ri-edit-line').click();
108
108
  }
109
109
  }
@@ -286,11 +286,11 @@ export class UserAndAccessSteps {
286
286
  }
287
287
 
288
288
  static findReadIconAlias(repoLineAlias) {
289
- return cy.get(repoLineAlias).find('.icon-eye');
289
+ return cy.get(repoLineAlias).find('.ri-eye-line');
290
290
  }
291
291
 
292
292
  static findWriteIconAlias(repoLineAlias) {
293
- return cy.get(repoLineAlias).find('.icon-edit');
293
+ return cy.get(repoLineAlias).find('.ri-edit-line');
294
294
  }
295
295
 
296
296
  static findGraphqlIconAlias(repoLineAlias) {