Skip to content

Commit abe24fb

Browse files
committed
fix: remove unnecessary test
1 parent ce5396c commit abe24fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/studio-footer/StudioFooter.test.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ describe('Footer', () => {
7373
render(<Component />);
7474
const helpToggleButton = screen.getByText(messages.openHelpButtonLabel.defaultMessage);
7575
fireEvent.click(helpToggleButton);
76-
expect(screen.queryByTestId('edXPortalButton')).toBeNull();
7776
expect(screen.getByTestId('openEdXPortalButton')).toBeVisible();
7877
});
7978
it('should not show contact us button', () => {

0 commit comments

Comments
 (0)