Skip to content

Commit 0fd5634

Browse files
committed
fix for Verify that user can see the information message that the RediSearch module is not available when he runs any input with "FT." prefix in Workbench
1 parent bb072ea commit 0fd5634

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)