fix: remove unnecessary test

This commit is contained in:
KristinAoki
2023-09-29 16:10:23 -07:00
parent ce5396c9ab
commit abe24fb46a

View File

@@ -73,7 +73,6 @@ describe('Footer', () => {
render(<Component />);
const helpToggleButton = screen.getByText(messages.openHelpButtonLabel.defaultMessage);
fireEvent.click(helpToggleButton);
expect(screen.queryByTestId('edXPortalButton')).toBeNull();
expect(screen.getByTestId('openEdXPortalButton')).toBeVisible();
});
it('should not show contact us button', () => {