You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
164
165
165
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with ${ featureFlags === '{}' ? 'all feature flags disabled.': '\n\n<details><summary><div>The following flags enabled:</div></summary>\`\`\`json\n${ featureFlags }\`\`\`'}}
166
+
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with ${featureFlagsMessage}
166
167
167
168
❌ Unfortunately, one or more of these BIT tests failed. 😞
168
169
169
-
Please resolve the failure before merging- reach out to \`@bitwarden/team-autofill-dev\` if you'd like help.
170
+
Please resolve the failure before merging; reach out to \`@bitwarden/team-autofill-dev\` if you'd like help.
170
171
171
172
You can view the detailed results of the tests [here](${runURL}).`;
const configURL = new URL('${{ vars.BW_REMOTE_VAULT_CONFIG_MATCH }}');
162
163
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
163
164
164
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with the same feature flag configuration used by the \`${{ vars.BW_REMOTE_VAULT_CONFIG_MATCH || 'US production' }}\` server.
165
+
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with the same feature flag configuration used by \`${configURL.hostname}\`
165
166
166
167
❌ Unfortunately, one or more of these BIT tests failed. 😞
0 commit comments