mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Improved test structure
This commit is contained in:
parent
7ef0ad4cb4
commit
5f5b332014
|
@ -1,8 +1,10 @@
|
|||
import ValuePair from '@/components/general/ValuePair.vue';
|
||||
|
||||
it('renders a message', () => {
|
||||
const msg = 'Test description';
|
||||
cy.mount(ValuePair, { props: { description: msg } });
|
||||
describe('ValuePair.vue', () => {
|
||||
it('Renders a message', () => {
|
||||
const msg = 'Test description';
|
||||
cy.mount(ValuePair, { props: { description: msg } });
|
||||
|
||||
cy.get('label').contains(msg);
|
||||
cy.get('label').contains(msg);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user