Commit ef64328d authored by Enrique Alcantara's avatar Enrique Alcantara

Refactor wiki_form_spec.js file

Refactor test suite for the wiki_form.vue component
with the following goals:

Prevent timeouts in local and remote environments
Use a single createWrapper function
Follow vue-test-utils best practices
parent 4aa57280
......@@ -596,7 +596,9 @@ export default {
:disabled="disableSubmitButton"
>{{ 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>
</gl-form>
</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