Skip to content

Commit

Permalink
Update test and snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pls78 committed May 31, 2024
1 parent 8a2e5d7 commit c3f7e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/components/tests/IconAIFixesButtonTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ test( "the unpressed IconAIFixesButton matches the snapshot", () => {
id="keyphraseDensityAIFixes"
ariaLabel="Fix with AI"
pressed={ false }
disabled={ true }
onClick={ () => {} }
className={ "yoast-tooltip yoast-tooltip-w" }
/>
Expand All @@ -26,6 +27,7 @@ test( "the pressed IconAIFixesButton matches the snapshot", () => {
id="keyphraseInIntroductionAIFixes"
ariaLabel="Fix with AI"
pressed={ true }
disabled={ false}
onClick={ () => {} }
className={ "yoast-tooltip yoast-tooltip-w" }
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ exports[`the unpressed IconAIFixesButton matches the snapshot 1`] = `
aria-label="Fix with AI"
aria-pressed={false}
className="c0 yoast-tooltip yoast-tooltip-w"
disabled={false}
disabled={true}
id="keyphraseDensityAIFixes"
onClick={[Function]}
type="button"
Expand Down

0 comments on commit c3f7e37

Please sign in to comment.