summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/timezone_dropdown
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-10 00:08:43 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-10 00:08:43 +0000
commit070ac34d473978dc27ea2878ed1cf17865e24e9a (patch)
tree2abb88435614f49c3ce3baed2f3316e6140d95a4 /spec/frontend/vue_shared/components/timezone_dropdown
parentd4b2ad25a56a9baf41a27a2190458330645b3102 (diff)
downloadgitlab-ce-070ac34d473978dc27ea2878ed1cf17865e24e9a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/vue_shared/components/timezone_dropdown')
-rw-r--r--spec/frontend/vue_shared/components/timezone_dropdown/timezone_dropdown_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/vue_shared/components/timezone_dropdown/timezone_dropdown_spec.js b/spec/frontend/vue_shared/components/timezone_dropdown/timezone_dropdown_spec.js
index e5f56c63031..112ed566009 100644
--- a/spec/frontend/vue_shared/components/timezone_dropdown/timezone_dropdown_spec.js
+++ b/spec/frontend/vue_shared/components/timezone_dropdown/timezone_dropdown_spec.js
@@ -105,7 +105,7 @@ describe('Deploy freeze timezone dropdown', () => {
});
it('renders selected time zone as dropdown label', () => {
- expect(wrapper.findComponent(GlDropdown).props().text).toBe('[UTC + 2] Berlin');
+ expect(wrapper.findComponent(GlDropdown).props().text).toBe('[UTC+2] Berlin');
});
});
});