eschutho commented on a change in pull request #14845:
URL: https://github.com/apache/superset/pull/14845#discussion_r644308713
##########
File path:
superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.test.jsx
##########
@@ -309,15 +309,15 @@ describe('DatabaseModal', () => {
});
render(<DatabaseModal {...dbProps} />, { useRedux: true });
- await screen.findByText(/todo/i);
+ await screen.findByText(/edit database/i);
// // it should have tabs
const tabs = screen.getAllByRole('tab');
expect(tabs.length).toEqual(2);
// it should show a TODO for now
Review comment:
you can remove this comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]