Skip to content

Commit 7ae4218

Browse files
committed
pdated main container tests to reflect new no react app message
> > Co-authored-by: Nkmai <[email protected]> Co-authored-by: lind-tania <[email protected]> Co-authored-by: rtviner <[email protected]> Co-authored-by: caitlinchan23 <[email protected]>
1 parent 0c92a77 commit 7ae4218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/__tests__/MainContainer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ beforeEach(() => {
4848
describe('MainContainer rendering', () => {
4949
test('With no snapshots, should not render any containers', () => {
5050
expect(wrapper.text()).toEqual(
51-
'No React application found. Please visit reactime.io to more info.',
51+
'No React application found. Please visit reactime.io to more info.If you are using a React application, make sure tha you application is running in development mode.NOTE: The React Developer Tools extension is also required for Reactime to run, if you do not already have it installed on your browser.',
5252
);
5353
expect(wrapper.find(HeadContainer).length).toBe(0);
5454
expect(wrapper.find(ActionContainer).length).toBe(0);

0 commit comments

Comments
 (0)