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.
1 parent 0899d41 commit b555148Copy full SHA for b555148
e2e/spring-shell-e2e-tests/test/flow.test.ts
@@ -36,7 +36,7 @@ describe('flow commands', () => {
36
await cli.keyDown();
37
await waitForExpect(async () => {
38
const screen = cli.screen();
39
- expect(screen).toEqual(expect.arrayContaining([expect.stringContaining('> Field2')]));
+ expect(screen).toEqual(expect.arrayContaining([expect.stringMatching(/[>❯] Field2/)]));
40
});
41
42
await cli.keyEnter();
0 commit comments