Closed InduKrish closed 2 years ago
I've got this working. This can be closed. const checkbox = await screen.queryByTestId('editable-nested-table-GroupCode') .within().getByRole('row', {name: RegexParser(config.description) }). within().getByRole('cell', {name: /check/});
Even after using RegexParser, it still fails, https://nesin.io/blog/convert-regex-string-javascript. -- followed the steps
Related to #552
groupCodes.json [ { "code":"03", "description" : "/NEW HIRE/" } ]