mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-16 13:00:49 -04:00
fix(e2e): failing electron tests (#52495)
This commit is contained in:
@@ -38,7 +38,12 @@ const ProjectModal = ({
|
||||
<SolutionViewer challengeFiles={challengeFiles} solution={solution} />
|
||||
</Modal.Body>
|
||||
<Modal.Footer>
|
||||
<Button onClick={handleSolutionModalHide}>{t('buttons.close')}</Button>
|
||||
<Button
|
||||
data-cy='solution-viewer-close-btn'
|
||||
onClick={handleSolutionModalHide}
|
||||
>
|
||||
{t('buttons.close')}
|
||||
</Button>
|
||||
</Modal.Footer>
|
||||
</Modal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user