Commit 6662fa41 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch '345910-refactor-wiki-form-spec' into 'master'

Refactor wiki_form_spec.js file

See merge request gitlab-org/gitlab!77614
parents 35f6ccda ef64328d
...@@ -596,7 +596,9 @@ export default { ...@@ -596,7 +596,9 @@ export default {
:disabled="disableSubmitButton" :disabled="disableSubmitButton"
>{{ submitButtonText }}</gl-button >{{ submitButtonText }}</gl-button
> >
<gl-button :href="cancelFormPath" class="float-right">{{ $options.i18n.cancel }}</gl-button> <gl-button data-testid="wiki-cancel-button" :href="cancelFormPath" class="float-right">{{
$options.i18n.cancel
}}</gl-button>
</div> </div>
</gl-form> </gl-form>
</template> </template>
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