remove link back to community selection

This commit is contained in:
Moriz Wahl 2021-10-15 10:49:34 +02:00
parent f8ddb53dba
commit 81cb5f7704
2 changed files with 5 additions and 1 deletions

View File

@ -146,6 +146,7 @@ describe('Register', () => {
})
})
/*
describe('link Choose another community', () => {
it('has a link "Choose another community"', () => {
expect(wrapper.find('.test-button-another-community').text()).toEqual(
@ -157,6 +158,7 @@ describe('Register', () => {
expect(wrapper.find('.test-button-another-community').props().to).toBe('/select-community')
})
})
*/
describe('API calls', () => {
beforeEach(() => {

View File

@ -125,7 +125,7 @@
<div class="text-center">
<div class="text-center">
<router-link class="test-button-back" to="/login">
<b-button variant="outline-secondary">
<b-button variant="outline-secondary" class="mr-4">
{{ $t('back') }}
</b-button>
</router-link>
@ -145,6 +145,7 @@
</b-col>
</b-row>
</b-container>
<!--
<div class="text-center pt-4">
<router-link class="test-button-another-community" to="/select-community">
<b-button variant="outline-secondary">
@ -152,6 +153,7 @@
</b-button>
</router-link>
</div>
-->
</div>
</template>
<script>