Skip to content

Commit

Permalink
feat: fixed test as per new functoinality
Browse files Browse the repository at this point in the history
  • Loading branch information
skirianov committed Apr 4, 2023
1 parent abf8dc2 commit 8c4f428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('getMagentoDirName | Magento tests', () => {
const answer = async () => {
expect(output).toContain('command.generate_store.magento.directory');

io.send(' ');
io.send(BACKSPACE_KEY.repeat(8));
io.send(ENTER_KEY);

await wait(100);
Expand Down

0 comments on commit 8c4f428

Please sign in to comment.