Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Feb 18, 2024
1 parent f48f47f commit 2a81694
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/vitest/__tests__/components/SidePanelFooter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ describe('SidePanelFooter', () => {
})

it('should be mounted', async () => {
expect(wrapper.text()).toContain("grid_viewshow_chartlogin");
expect(wrapper.text()).toContain("grid");
expect(wrapper.text()).toContain("view");
expect(wrapper.text()).toContain("show");
expect(wrapper.text()).toContain("chart");
expect(wrapper.text()).not.toContain("Open Window");
});

Expand Down

0 comments on commit 2a81694

Please sign in to comment.