Skip to content

Commit f733f04

Browse files
"JUnit" typo removed
1 parent 634c5ea commit f733f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acme-bank.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ test.describe('ACME Bank', () => {
106106
test.afterAll(async() => {
107107

108108
// Close the batch and report visual differences to the console.
109-
// Note that it forces JUnit to wait synchronously for all visual checkpoints to complete.
109+
// Note that it forces Playwright to wait synchronously for all visual checkpoints to complete.
110110
const results = await Runner.getAllTestResults();
111111
console.log('Visual test results', results);
112112
});

0 commit comments

Comments
 (0)