Skip to content

Commit

Permalink
remove one modal related test
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <menwe@amazon.com>
  • Loading branch information
mengweieric committed Mar 18, 2024
1 parent 8be8a1c commit 1dc902f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ describe('Sidebar Component', () => {
waitFor(() => {
expect(getByText('s3-prod-mock')).toBeInTheDocument();
fireEvent.click(getByText('s3-prod-mock'));
fireEvent.click(getByTestId('dataExplorer__DSSModalOpenInExplorerBtn'));
expect(getByText('Open in Log Explorer')).not.toBeInTheDocument();
expect(history.location.pathname).toContain('observability-logs#/explorer');
});
});
Expand Down

0 comments on commit 1dc902f

Please sign in to comment.