Commit 6803ee52 authored by Mark Fletcher's avatar Mark Fletcher

Remove duplicate QA attribute for burndown charts

parent 4d41259a
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
</script> </script>
<template> <template>
<div data-qa-selector="burndown_chart"> <div>
<div class="burndown-header d-flex align-items-center"> <div class="burndown-header d-flex align-items-center">
<h3 ref="chartsTitle">{{ title }}</h3> <h3 ref="chartsTitle">{{ title }}</h3>
<gl-button-group class="ml-3 js-burndown-data-selector"> <gl-button-group class="ml-3 js-burndown-data-selector">
......
---
title: Remove duplicate QA attribute for burndown charts
merge_request: 29719
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment