diff --git a/web/src/App.test.tsx b/web/src/App.test.tsx index b30c444..366a5db 100644 --- a/web/src/App.test.tsx +++ b/web/src/App.test.tsx @@ -11,6 +11,8 @@ it('renders welcome message', async () => { , ); - const text = await waitForElement(() => getByText('name new project')); + const text = await waitForElement(() => + getByText('Grab a slick name for your new app'), + ); expect(text).toBeTruthy(); });