Skip to content

Commit

Permalink
revert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
denysoblohin-okta committed Jan 23, 2023
1 parent 582de07 commit 8899bd5
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions test/e2e/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8899bd5

Please sign in to comment.