Skip to content

Commit 36bfdb8

Browse files
authored
Merge pull request #1898 from RedisInsight/e2e/bugfix/regression-fixes
fix for Verify that user can see the information message that the Red…
2 parents bb072ea + 0fd5634 commit 36bfdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/critical-path/workbench/redisearch-module-not-available.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ test('Verify that user can see the information message that the RediSearch modul
2525
// Send command with 'FT.'
2626
await workbenchPage.sendCommandInWorkbench(commandForSend);
2727
// Verify the information message
28-
await t.expect(await workbenchPage.commandExecutionResult.textContent).eql('Looks like RediSearch is not available', 'The information message');
28+
await t.expect(await workbenchPage.commandExecutionResult.textContent).contains('Looks like RediSearch is not available', 'The information message');
2929
});

0 commit comments

Comments
 (0)