graphdb-workbench-tests 3.5.0-TR6 → 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,6 +250,18 @@ describe('User and Access', () => {
|
|
|
250
250
|
});
|
|
251
251
|
|
|
252
252
|
context('Login / return URL redirects', () => {
|
|
253
|
+
it('should not add the active repository to the login page URL', () => {
|
|
254
|
+
cy.presetRepository(repoName);
|
|
255
|
+
UserAndAccessSteps.visit();
|
|
256
|
+
cy.url().should('include', `repositoryId=${repoName}`);
|
|
257
|
+
|
|
258
|
+
UserAndAccessSteps.toggleSecurity();
|
|
259
|
+
|
|
260
|
+
cy.url()
|
|
261
|
+
.should('include', '/login')
|
|
262
|
+
.and('not.include', 'repositoryId=');
|
|
263
|
+
});
|
|
264
|
+
|
|
253
265
|
it('should redirect to previous page after logout and then login', () => {
|
|
254
266
|
UserAndAccessSteps.toggleSecurity();
|
|
255
267
|
LoginSteps.loginWithUser('admin', DEFAULT_ADMIN_PASSWORD);
|
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",
|