Skip to content
Snippets Groups Projects

Resolve "Export graphics - add "Current view""

Merged Piotr Gawron requested to merge 327-export-graphics into development
3 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -45,7 +45,7 @@ describe('Submap - component', () => {
navigationButton.click();
});
expect(screen.getByText('Submap')).toBeInTheDocument();
expect(screen.getByText('Diagram')).toBeInTheDocument();
await waitFor(() => {
expect(screen.getByTestId('checkbox-filter')).toBeInTheDocument();
@@ -64,7 +64,7 @@ describe('Submap - component', () => {
},
},
});
expect(screen.getByText('Submap')).toBeInTheDocument();
expect(screen.getByText('Diagram')).toBeInTheDocument();
const navigationButton = screen.getByTestId('accordion-item-button');
act(() => {
navigationButton.click();
@@ -83,7 +83,7 @@ describe('Submap - component', () => {
},
},
});
expect(screen.getByText('Submap')).toBeInTheDocument();
expect(screen.getByText('Diagram')).toBeInTheDocument();
const navigationButton = screen.getByTestId('accordion-item-button');
act(() => {
navigationButton.click();
@@ -103,7 +103,7 @@ describe('Submap - component', () => {
},
},
});
expect(screen.getByText('Submap')).toBeInTheDocument();
expect(screen.getByText('Diagram')).toBeInTheDocument();
const navigationButton = screen.getByTestId('accordion-item-button');
act(() => {
navigationButton.click();
Loading