Commit 92decc3b authored by Axel García's avatar Axel García Committed by Miguel Rincon

Use proper methods to query testable DOM elements

parent 26f0413d
...@@ -128,6 +128,7 @@ export default { ...@@ -128,6 +128,7 @@ export default {
v-if="userCanCreate" v-if="userCanCreate"
class="btn btn-grouped btn-success btn-inverted js-new-epic-button" class="btn btn-grouped btn-success btn-inverted js-new-epic-button"
:href="newEpicWebUrl" :href="newEpicWebUrl"
data-testid="new-epic-button"
> >
{{ __('New epic') }} {{ __('New epic') }}
</gl-deprecated-button> </gl-deprecated-button>
......
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