graphdb-workbench-tests 3.5.0-TR7 → 3.5.0-TR8
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.
|
@@ -250,7 +250,7 @@ describe('User and Access', () => {
|
|
|
250
250
|
});
|
|
251
251
|
|
|
252
252
|
context('Login / return URL redirects', () => {
|
|
253
|
-
it
|
|
253
|
+
it('should not add the active repository to the login page URL', () => {
|
|
254
254
|
cy.presetRepository(repoName);
|
|
255
255
|
UserAndAccessSteps.visit();
|
|
256
256
|
cy.url().should('include', `repositoryId=${repoName}`);
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphdb-workbench-tests",
|
|
3
|
-
"version": "3.5.0-
|
|
3
|
+
"version": "3.5.0-TR8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "graphdb-workbench-tests",
|
|
9
|
-
"version": "3.5.0-
|
|
9
|
+
"version": "3.5.0-TR8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@bahmutov/cypress-code-coverage": "^2.7.2",
|