diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2020-09-18 08:56:39 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-09-18 20:07:13 +0000 |
commit | 19a6e3f4be3452ab92614c8151a5208b7d4e8419 (patch) | |
tree | a4879e6aec746177655fd9b86928ad3b9584e144 /server/sonar-web/src/main/js/components/activity-graph | |
parent | 6eb910a5be078ed233167472827966de9170cb0b (diff) | |
download | sonarqube-19a6e3f4be3452ab92614c8151a5208b7d4e8419.tar.gz sonarqube-19a6e3f4be3452ab92614c8151a5208b7d4e8419.zip |
Update DeferredSpinner snapshots
Diffstat (limited to 'server/sonar-web/src/main/js/components/activity-graph')
2 files changed, 0 insertions, 72 deletions
diff --git a/server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendCustom-test.tsx.snap b/server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendCustom-test.tsx.snap index c5adae3bb3e..eb50e58ca57 100644 --- a/server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendCustom-test.tsx.snap +++ b/server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendCustom-test.tsx.snap @@ -50,54 +50,3 @@ exports[`should render correctly: default 1`] = ` </div> </div> `; - -exports[`should render correctly: with leak legend 1`] = ` -<div - className="activity-graph-legends display-flex-center" -> - <div - className="flex-1" - > - <span - className="spacer-left spacer-right" - key="bugs" - > - <GraphsLegendItem - index={0} - metric="bugs" - name="Bugs" - removeMetric={[MockFunction]} - showWarning={false} - /> - </span> - <span - className="spacer-left spacer-right" - key="my_metric" - > - <GraphsLegendItem - index={1} - metric="my_metric" - name="My Metric" - removeMetric={[MockFunction]} - showWarning={false} - /> - </span> - <Tooltip - key="foo" - overlay="project_activity.graphs.custom.metric_no_history" - > - <span - className="spacer-left spacer-right" - > - <GraphsLegendItem - index={2} - metric="foo" - name="Foo" - removeMetric={[MockFunction]} - showWarning={true} - /> - </span> - </Tooltip> - </div> -</div> -`; diff --git a/server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendStatic-test.tsx.snap b/server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendStatic-test.tsx.snap index 7560341297e..00239dc81f1 100644 --- a/server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendStatic-test.tsx.snap +++ b/server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendStatic-test.tsx.snap @@ -20,24 +20,3 @@ exports[`should render correctly: default 1`] = ` /> </div> `; - -exports[`should render correctly: with leak legend 1`] = ` -<div - className="activity-graph-legends" -> - <GraphsLegendItem - className="big-spacer-left big-spacer-right" - index={0} - key="bugs" - metric="bugs" - name="Bugs" - /> - <GraphsLegendItem - className="big-spacer-left big-spacer-right" - index={1} - key="code_smells" - metric="code_smells" - name="Code Smells" - /> -</div> -`; |