Skip to content

Commit 5a070b6

Browse files
set proper names and description for the test file
1 parent e8bc6f1 commit 5a070b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_on_rails_pro/spec/dummy/e2e-tests/example.spec.ts renamed to react_on_rails_pro/spec/dummy/e2e-tests/streaming.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const assertPageState = async(page: Page, sentValues: Number[]) => {
2525
}));
2626
}
2727

28-
test('has title', async ({ page }) => {
28+
test('incrementally render RedisReciever page', async ({ page }) => {
2929
const requestId = randomUUID();
3030
await page.goto(`http://localhost:3000/redis_receiver_for_testing?request_id=${requestId}`, { waitUntil: "commit" });
3131

0 commit comments

Comments
 (0)