We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5396c commit abe24fbCopy full SHA for abe24fb
src/components/studio-footer/StudioFooter.test.jsx
@@ -73,7 +73,6 @@ describe('Footer', () => {
73
render(<Component />);
74
const helpToggleButton = screen.getByText(messages.openHelpButtonLabel.defaultMessage);
75
fireEvent.click(helpToggleButton);
76
- expect(screen.queryByTestId('edXPortalButton')).toBeNull();
77
expect(screen.getByTestId('openEdXPortalButton')).toBeVisible();
78
});
79
it('should not show contact us button', () => {
0 commit comments