Skip to content

Commit 183478b

Browse files
chore(deps-dev): bump @testing-library/dom from 8.20.1 to 10.4.1 in /compose/neurosynth-frontend (#1117)
* chore(deps-dev): bump @testing-library/dom Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.1 to 10.4.1. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/dom-testing-library@v8.20.1...v10.4.1) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix: failing github workflow * fix: rollup-linux-x64-musl version * fix: failing cypress test case --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicholas Lee <[email protected]>
1 parent 5547cf6 commit 183478b

File tree

3 files changed

+4218
-4533
lines changed

3 files changed

+4218
-4533
lines changed

compose/neurosynth-frontend/cypress/e2e/workflows/Curation/CurationAIInterface.cy.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ describe('CurationAIInterface', () => {
185185
});
186186

187187
describe('table mode', () => {
188-
it('should only show the basic, non-AI options in the manage columns dropdown for the identification phase', () => {
188+
it.only('should only show the basic, non-AI options in the manage columns dropdown for the identification phase', () => {
189189
cy.contains('button', 'Manually review').click();
190190
cy.contains('button', 'Columns').click();
191-
cy.get('.base-Popper-root').should('exist').and('not.contain', 'AI');
191+
cy.get('.MuiPopper-root').should('exist').and('not.contain', 'AI');
192192
});
193193

194194
it('should show the correct button options when a row is selected', () => {

0 commit comments

Comments
 (0)