Skip to content

Commit

Permalink
Changeset file for PR opensearch-project#6755 created/updated
Browse files Browse the repository at this point in the history
Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
  • Loading branch information
opensearch-changeset-bot[bot] authored and yujin-emma committed May 9, 2024
1 parent f24f725 commit 5d5cb43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/6755.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Add test for toast button and validation form ([#6755](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6755))
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

import { render, fireEvent } from '@testing-library/react';
import { getReloadButton } from './reload_button'; // Replace 'yourComponent' with the actual filename
import { getReloadButton } from './reload_button';

describe('getReloadButton', () => {
it('renders button with correct label', () => {
Expand Down

0 comments on commit 5d5cb43

Please sign in to comment.