From 8899bd51ceb555ba80bdb0970169d1ca98891d04 Mon Sep 17 00:00:00 2001 From: "denys.oblohin" Date: Mon, 23 Jan 2023 14:42:21 +0200 Subject: [PATCH] revert tests --- test/e2e/config.js | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/test/e2e/config.js b/test/e2e/config.js index afaa17bf10..ad838465d6 100644 --- a/test/e2e/config.js +++ b/test/e2e/config.js @@ -2,33 +2,33 @@ const config = [ { name: '@okta/test.app', spec: [ - // 'authRequired.js', - // 'concurrent.js', - // 'crossTabs.js', - // 'interactionFlow.js', - // 'login.js', - // 'logout.js', - // 'originalUri.js', + 'authRequired.js', + 'concurrent.js', + 'crossTabs.js', + 'interactionFlow.js', + 'login.js', + 'logout.js', + 'originalUri.js', 'proxy.js', - // 'refreshToken.js', - // 'server.js', - // 'sso.js', - // 'static.js', - // 'tokens.js', - // 'transactionStorage.js' + 'refreshToken.js', + 'server.js', + 'sso.js', + 'static.js', + 'tokens.js', + 'transactionStorage.js' ], features: [ - // 'login.feature', - // 'acr-values.feature', - // 'enroll-authenticator.feature', + 'login.feature', + 'acr-values.feature', + 'enroll-authenticator.feature', + ] + }, + { + name: '@okta/test.app.react-mfa-v1', + spec: [ + 'mfa.js' ] }, - // { - // name: '@okta/test.app.react-mfa-v1', - // spec: [ - // 'mfa.js' - // ] - // }, ]; module.exports = {