We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebc8f29 + f0824c3 commit 4782755Copy full SHA for 4782755
tests/e2e/tests/web/critical-path/browser/list-key.e2e.ts
@@ -57,7 +57,7 @@ test
57
// Open CLI
58
await t.click(browserPage.Cli.cliExpandButton);
59
// Create new key
60
- await t.typeText(browserPage.Cli.cliCommandInput, `LPUSH ${keyName} 1 2 3 4 5`);
+ await t.typeText(browserPage.Cli.cliCommandInput, `LPUSH ${keyName} 1 2 3 4 5`, { paste: true });
61
await t.pressKey('enter');
62
await t.click(browserPage.Cli.cliCollapseButton);
63
// Remove element from the key
0 commit comments