Skip to content

Commit 585a31b

Browse files
mfranciscDevtools
andauthored
fix test (#1701)
Co-authored-by: Devtools <[email protected]>
1 parent f8e6f04 commit 585a31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/sandbox/plugins/sandbox/src/components/SandboxCatalog/__tests__/SandboxCatalogBanner.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ describe('SandboxCatalogBanner', () => {
317317

318318
expect(
319319
screen.getByText(
320-
/Once this trial expires, you can start a new one right afterwards/,
320+
/Once this trial expires, you can start a new one immediately/,
321321
),
322322
).toBeInTheDocument();
323323
expect(screen.getByText('View documentation')).toBeInTheDocument();

0 commit comments

Comments
 (0)