Skip to content

Commit

Permalink
Fix incorrect testid
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Taranto <[email protected]>
  • Loading branch information
felixhabib and michaeltaranto authored Feb 6, 2024
1 parent a0ba414 commit dba0786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Playroom/SettingsPanel/SettingsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default React.memo(() => {
<title>{displayedTitle}</title>
</Helmet>
)}
<ToolbarPanel data-testid="frame-panel">
<ToolbarPanel data-testid="settings-panel">
<Stack space="xxxlarge">
<label>
<Stack space="medium">
Expand Down

0 comments on commit dba0786

Please sign in to comment.