Skip to content

Commit c51623f

Browse files
committed
Minor test improvement
1 parent e771290 commit c51623f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/import.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ test('Import', async ({ page }) => {
3030
await expect(span).toHaveCount(1);
3131
await expect(innerHTML(span)).resolves.toBe('A');
3232

33+
// The div with class `.last` should have specific text content.
34+
await expect(innerHTML(last)).resolves.toBe('D');
3335
};
3436

3537
// Bundle.

0 commit comments

Comments
 (0)