Skip to content

Commit

Permalink
Update manage_data_source_button.test.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: yujin-emma <[email protected]>
  • Loading branch information
yujin-emma committed May 10, 2024
1 parent 87a57d9 commit d21f680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('ManageDataSourceButton', () => {

it('renders a button with correct label', () => {
const { getByTestId } = render(getManageDataSourceButton(applicationMock));
const container = getByTestId('dataSourceManageDataSourceButtonContainer');
const container = getByTestId('manageDataSourceButtonContainer');
expect(container).toBeInTheDocument();
expect(container).toHaveTextContent('Manage data sources');
});
Expand Down

0 comments on commit d21f680

Please sign in to comment.