mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn test fixed frontend walet
This commit is contained in:
parent
f677657628
commit
a0b8d8266f
@ -20,7 +20,7 @@ describe('NotFoundPage', () => {
|
||||
})
|
||||
|
||||
it('has a svg', () => {
|
||||
expect(wrapper.find('svg.test-404').exists()).toBeTruthy()
|
||||
expect(wrapper.find('svg').exists()).toBeTruthy()
|
||||
})
|
||||
|
||||
it('has a back button', () => {
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-12 mt-5 mb-5">
|
||||
<svg
|
||||
class="test-404"
|
||||
width="100%"
|
||||
height="auto"
|
||||
viewBox="0 0 636 324"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user