diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3819fca35..207c013be 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -133,7 +133,7 @@ stages: # Prod Build/Deploy - stage: Prod - condition: eq(variables['Build.SourceBranch'], variables['prod-branch'] ) + condition: succeeded('Qa') variables: - group: FixMyGlassProd jobs: @@ -172,10 +172,7 @@ stages: __VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__: $(__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__) __VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__) cfDistributionId: $(cfDistributionId) - - stage: AutoTagReleaseBuild - displayName: Auto Tag Release Build For Production - jobs: - - template: templates/digital/auto-tag.yml@AzureDevOps - parameters: - userName: SafeliteAzureDevops - userEmail: githubazuredevops@safelite.com \ No newline at end of file + - template: templates/digital/auto-tag.yml@AzureDevOps + parameters: + userName: SafeliteAzureDevops + userEmail: githubazuredevops@safelite.com \ No newline at end of file diff --git a/jest.config.js b/jest.config.js index eb8dc77a9..a6be0c11a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -25,7 +25,6 @@ module.exports = { "!src/layouts/address-vehicles/address-vehicles-question/address-vehicles-question.vue", "!src/ux-components/alert\alert.vue", "!src/helpers/validation-rules.js", - "!src/common-components/menu-modal/menu-modal.vue", // END ], // ! means exclude from coverage. testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index ab4796325..2c4152cfa 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -1,4 +1,5 @@