We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee97fd4 commit 8bb7120Copy full SHA for 8bb7120
1 file changed
tests/routing/deprecated-enterprise-versions.js
@@ -88,8 +88,8 @@ describe('deprecation banner', () => {
88
test('deprecation warning banner says "will be discontinued" when date is in future', async () => {
89
const $ = await getDOM(`/en/enterprise/${enterpriseServerReleases.oldestSupported}`)
90
const expectedString = enterpriseServerReleases.isOldestReleaseDeprecated
91
- ? 'was discontinued'
92
- : 'will be discontinued'
+ ? 'was discontinued'
+ : 'will be discontinued'
93
expect($('.deprecation-banner b').text().includes(expectedString)).toBe(true)
94
})
95
0 commit comments