4/5 threads resolved
added MR::Awaiting Review Squad::Green scoped labels
changed the description
approved this merge request
added 9 commits
- fe037a52...6d942fb6 - 8 commits from branch
master
- c4498c79 - Merge branch 'master' into feat/boost-e2e-1632
- fe037a52...6d942fb6 - 8 commits from branch
added 104 commits
- c4498c79...2be70043 - 102 commits from branch
master
- bef26578 - Merge branch 'master' of gitlab.com:minds/front into feat/boost-e2e-1632
- 3216ef88 - Updated
- c4498c79...2be70043 - 102 commits from branch
- Resolved by Ben Hayward
- Resolved by Ben Hayward
- Resolved by Ben Hayward
- Resolved by Ben Hayward
added 1 commit
- 8a160b09 - Changes for feedback - updated boost e2e test added data attr
resolved all threads
- Developer
@brianhatchet updated and attempted to use data attributes, lets see if cypress find it in the CI
370 370 class="m-boost--creator--submit-error" 371 371 > 372 372 <i class="material-icons">close</i> 373 <span>{{ error }}</span> 373 <span data-cy="error">{{ error }}</span> - Developer
We're going to have to name these properly. We will have more than one error attribute on the page potentially