Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-10 21:08:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-10 21:08:26 +0300
commit8731954e18e2c5969d4a5f67d187892312c463c4 (patch)
treeb8ce4b5012aa5239d3eb3f5168916e0597996742 /spec/frontend/ci
parent69e6424b738ea9ac3c6eed0263fe5a6951df7195 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/ci')
-rw-r--r--spec/frontend/ci/reports/components/summary_row_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/ci/reports/components/summary_row_spec.js b/spec/frontend/ci/reports/components/summary_row_spec.js
index b1ae9e26b5b..d4d2ac29fb1 100644
--- a/spec/frontend/ci/reports/components/summary_row_spec.js
+++ b/spec/frontend/ci/reports/components/summary_row_spec.js
@@ -38,7 +38,7 @@ describe('Summary row', () => {
it('renders provided icon', () => {
createComponent();
- expect(findStatusIcon().classes()).toContain('js-ci-status-icon-warning');
+ expect(findStatusIcon().find('[data-testid="status_warning-icon"]').exists()).toBe(true);
});
it('renders help popover if popoverOptions are provided', () => {