mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04:00
feat: add cypress for e2e tests
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
60bbdd99fd
commit
7eb6351530
@@ -10,6 +10,7 @@ exports[`<Map /> snapshot: Map 1`] = `
|
||||
>
|
||||
<div
|
||||
class="map-ui"
|
||||
data-test-label="learn-curriculum-map"
|
||||
>
|
||||
<ul>
|
||||
<li
|
||||
|
||||
@@ -115,7 +115,7 @@ export class Map extends Component {
|
||||
return (
|
||||
<Row>
|
||||
<Col sm={10} smOffset={1} xs={12}>
|
||||
<div className='map-ui'>
|
||||
<div className='map-ui' data-test-label='learn-curriculum-map'>
|
||||
<ul>
|
||||
{this.renderSuperBlocks(superBlocks)}
|
||||
<Spacer />
|
||||
|
||||
Reference in New Issue
Block a user