Skip to content

Commit d6cbb7b

Browse files
committed
test: fix due to new not found page
1 parent bc91f8f commit d6cbb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/component/sections/replace-file/ReplaceFile.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('UploadDatasetFiles', () => {
7979
</LoadingProvider>
8080
)
8181

82-
cy.findByText('Page Not Found').should('exist')
82+
cy.findByTestId('not-found-page').should('exist')
8383
})
8484

8585
it('renders the file being replaced info', () => {

0 commit comments

Comments
 (0)