diff --git a/.gitignore b/.gitignore index 6169749e73..333eb0f8f1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ profile.cov __debug_bin debug sandbox.go +/cmd/dev/ # IDE .idea diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3520156346..6713e31e00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -259,14 +259,14 @@ npm run lint:fix # Install npm dependencies npm install -# Run all tests in a headless browser -npm run e2e:dev +# Run all e2e tests +npm run e2e:dev -- --headed ``` You can also open the test suite interactively for fast success feedback on specific tests. ```bash -# Run all tests in a headless browser +# Run tests interactively npm run open:dev ``` diff --git a/console/src/app/app.component.ts b/console/src/app/app.component.ts index 39e331c6bc..16dbe053a8 100644 --- a/console/src/app/app.component.ts +++ b/console/src/app/app.component.ts @@ -202,7 +202,6 @@ export class AppComponent implements OnDestroy { .getActiveOrg() .then(async (org) => { this.org = org; - // TODO add when console storage is implemented // this.startIntroWorkflow(); }) diff --git a/console/src/app/pages/users/user-detail/auth-user-detail/auth-factor-dialog/auth-factor-dialog.component.html b/console/src/app/pages/users/user-detail/auth-user-detail/auth-factor-dialog/auth-factor-dialog.component.html index cc99cf48b4..0eedef35e0 100644 --- a/console/src/app/pages/users/user-detail/auth-user-detail/auth-factor-dialog/auth-factor-dialog.component.html +++ b/console/src/app/pages/users/user-detail/auth-user-detail/auth-factor-dialog/auth-factor-dialog.component.html @@ -6,7 +6,13 @@

{{ 'USER.MFA.DIALOG.ADD_MFA_DESCRIPTION' | translate }}

-