Skip to content

Commit

Permalink
fix: link in ui.js
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 15, 2020
1 parent 9070668 commit 120d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-webdriverio/ui.js
Expand Up @@ -2,7 +2,7 @@ module.exports = api => {
api.describeTask({
match: /vue-cli-service test:e2e/,
description: 'org.vue.webdriverio.tasks.test.description',
link: 'https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-e2e-webdriverio#injected-commands',
link: 'https://github.com/vuejs/vue-cli',
prompts: [],
onBeforeRun: () => {}
})
Expand Down

0 comments on commit 120d494

Please sign in to comment.