Skip to content

Commit

Permalink
Regex escaping dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondyr committed Jan 13, 2025
1 parent 59a1b5f commit 7a69f47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ describe('Summary2Override', () => {

const overrideCollapsedButton = (n: number) =>
screen.getByRole('button', {
name: new RegExp(`ux_editor\.component_properties\.summary\.overrides\.nth.*:${n}}`),
name: new RegExp(`ux_editor.component_properties.summary.overrides.nth.*:${n}}`),
});

const addNewOverrideButton = () =>
Expand Down

0 comments on commit 7a69f47

Please sign in to comment.