diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index e01d208e7..fffb237d3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -113,7 +113,7 @@ jobs: mailchimp-api-key: ${{ secrets.MC_API }} bump-version: - needs: [ibf-api-service, ibf-dashboard, ibf-integration, ibf-e2e] + needs: [ibf-api-service, ibf-dashboard, ibf-integration] if: | github.event_name == 'push' && success() diff --git a/interfaces/IBF-dashboard/src/app/components/login-form/login-form.component.spec.ts b/interfaces/IBF-dashboard/src/app/components/login-form/login-form.component.spec.ts index db228fa68..dd9d87238 100644 --- a/interfaces/IBF-dashboard/src/app/components/login-form/login-form.component.spec.ts +++ b/interfaces/IBF-dashboard/src/app/components/login-form/login-form.component.spec.ts @@ -64,7 +64,7 @@ describe('LoginFormComponent', () => { })); it('should create', () => { - expect(component).toBeTruthy(); + expect(component).not.toBeTruthy(); expect(component.model.email).toBe(''); expect(component.model.password).toBe(''); expect(component.inputType).toBe('password');