Skip to content

Commit

Permalink
fix: reenable react two-step test
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Feb 13, 2024
1 parent a9b2ab9 commit 9c7e45d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ context("Registration success with two-step signup", () => {
app: "express" as "express",
profile: "two-steps",
},
// {
// route: react.registration,
// app: "react" as "react",
// profile: "two-steps",
// },
{
route: react.registration,
app: "react" as "react",
profile: "two-steps",
},
].forEach(({ route, profile, app }) => {
describe(`for app ${app}`, () => {
before(() => {
Expand Down

0 comments on commit 9c7e45d

Please sign in to comment.