graphdb-workbench-tests 2.6.0 → 2.6.1

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.
@@ -321,7 +321,12 @@ describe('Resource view', () => {
321
321
 
322
322
  context('Triple resource', () => {
323
323
 
324
- it('should show triple resource', () => {
324
+ it('should show triple resource', {
325
+ retries: {
326
+ runMode: 1,
327
+ openMode: 0
328
+ }
329
+ }, () => {
325
330
  // When I visit resource view with triple resource.
326
331
  ResourceSteps.visit(`triple=${TRIPLE_RESOURCE}&role=subject`);
327
332
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "start": "cypress open",