Skip to content

Commit

Permalink
Reenable login smoke test
Browse files Browse the repository at this point in the history
Now that we have working Cypress tests we should be able to enable this
test again.
  • Loading branch information
kasperg committed Dec 4, 2023
1 parent 6b5e823 commit f311552
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/e2e/smoke-test.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ describe("DPL CMS", () => {
cy.contains("DPL CMS");
});

// Test is failing because of an "access denied" error after end authentication.
// TODO: Fix this test.
it.skip("supports login", () => {
it("supports login", () => {
cy.drupalLogin();
// We do not have a proper way to determine that the user is actually
// logged in. For now we simply check whether the user is logged in. If that
Expand Down

0 comments on commit f311552

Please sign in to comment.