Skip to content

Commit 8590a8f

Browse files
committed
account-creation-oidc-test passing all with node 15
1 parent 6fd2354 commit 8590a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/account-creation-oidc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ describe('Single User signup page', () => {
262262
})
263263

264264
// FIXME: #1502
265-
describe.skip('Signup page where Terms & Conditions are not being enforced', () => {
265+
describe('Signup page where Terms & Conditions are not being enforced', () => {
266266
const port = 3457
267267
const host = `localhost:${port}`
268268
const root = path.join(__dirname, '../resources/accounts/')

0 commit comments

Comments
 (0)