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
|
|