Commit ed05a62c authored by Filipa Lacerda's avatar Filipa Lacerda

[ci skip] Adds test cases for sign in component

parent 3343bf30
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
<template> <template>
<div class="disabled-comment text-center"> <div class="disabled-comment text-center">
Please Please
<a :href="signInLink">register</a> <a :href="registerLink">register</a>
or or
<a :href="registerLink">sign in</a> <a :href="signInLink">sign in</a>
to reply to reply
</div> </div>
</template> </template>
describe('issue note signed out widget component', () => {
it('should render sign in link provided in the store', () => {
});
it('should render register link provided in the store', () => {
});
});
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