Fix: a bug that causes an error when pushing without setting git remote (#396)
This commit is contained in:
committed by
GitHub
parent
1d19ddd9e2
commit
fa1cf46050
@@ -209,7 +209,7 @@ describe('cli flow to generate commit message using @commitlint prompt-module',
|
||||
oco.userEvent.keyboard('[Enter]');
|
||||
|
||||
expect(
|
||||
await oco.findByText('Choose a remote to push to')
|
||||
await oco.findByText('Do you want to run `git push`?')
|
||||
).toBeInTheConsole();
|
||||
oco.userEvent.keyboard('[Enter]');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user