Skip to content
Snippets Groups Projects
Commit 7186e89b authored by VIktorGrev's avatar VIktorGrev
Browse files

fix: test

parent 8c153e3a
No related branches found
No related tags found
1 merge request!87Global error catcher
Pipeline #283724 passed with warnings
......@@ -20,9 +20,6 @@ describe('ImageButtonComponent', () => {
const button = wrapper.find('#buttonStyle')
expect(button.exists()).toBe(true)
expect(button.text()).toContain('+Add Coin')
const image = button.find('img')
expect(image.exists()).toBe(true)
expect(image.attributes('src')).toBe('/src/assets/items/pigcoin.png')
expect(button.text()).toContain('Add Coin')
})
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment