Skip to content

Conversation

rsergeenko
Copy link
Contributor

No description provided.

@AlenaSY AlenaSY merged commit f3fa47f into main Oct 4, 2022
@AlenaSY AlenaSY deleted the feature/RI-3479_redis-auto-btn branch October 4, 2022 11:40
await t.click(workbenchPage.rawModeBtn);
await t.click(workbenchPage.redisStackTimeSeriesLoadMorePoints);
// Verify that user can see auto-executed command result in command history
const regExp = new RegExp('66[1-9] Command(s) - \d+ success, \d+ error(s)');

Check failure

Code scanning / CodeQL

Useless regular-expression character escape

The escape sequence '\d' is equivalent to just 'd', so the sequence is not a character class when it is used in a [regular expression](1).
await t.click(workbenchPage.rawModeBtn);
await t.click(workbenchPage.redisStackTimeSeriesLoadMorePoints);
// Verify that user can see auto-executed command result in command history
const regExp = new RegExp('66[1-9] Command(s) - \d+ success, \d+ error(s)');

Check failure

Code scanning / CodeQL

Useless regular-expression character escape

The escape sequence '\d' is equivalent to just 'd', so the sequence is not a character class when it is used in a [regular expression](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants