Skip to content
Snippets Groups Projects
Commit 7d12441f authored by Elora-V's avatar Elora-V
Browse files

correction test

parent 404fdb19
No related branches found
No related tags found
No related merge requests found
Pipeline #264381 passed
......@@ -122,9 +122,6 @@ describe('LayoutPanel component', () => {
expect(wrapper.findComponent({ name: 'VTabs' }).exists()).toBe(true);
expect(wrapper.findAllComponents({ name: 'VTab' })).toHaveLength(2);
// overflow-y management for tabs
expect(wrapper.findAll(".scrollable")).toHaveLength(2);
});
it('change tabs to default', async() => {
......
......@@ -30,6 +30,7 @@ describe('ParamRadioButton component', () => {
props: {
name: '',
choices,
imagesPath:"/"
},
components:[NameParamText],
global: {
......
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