Skip to content

Commit

Permalink
add issue number #180 and #181 to the relevant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schiwaa committed Oct 19, 2023
1 parent 674eb63 commit 2c4caaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend-e2e/cypress/e2e/signin_behaviour.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ describe('The new user can then log in, and log out again', () => {
});

describe('Creating a user with an already existing email address, i.e. user id, (whether user or admin) should fail', () => {
it.skip('issue', { defaultCommandTimeout: 10000 }, () => {
it.skip('issue #181', { defaultCommandTimeout: 10000 }, () => {
// to do: set db to initial state: delete user after the tests.

/* Issue: it is possible to create a new user with an already existing user name and any password,
Expand All @@ -158,7 +158,7 @@ describe('Creating a user with an already existing email address, i.e. user id,


describe('After logout, the previous login credentials should not be retrieved in the respective input fields', () => {
it.skip('issue', { defaultCommandTimeout: 10000 }, () => {
it.skip('issue #180', { defaultCommandTimeout: 10000 }, () => {
// to do: set db to initial state: delete user after the tests.
// ...
});
Expand Down

0 comments on commit 2c4caaa

Please sign in to comment.