chore: generalize status & action as code (#188)

This commit is contained in:
Pavel Feldman 2025-04-15 12:54:45 -07:00 committed by GitHub
parent 4a19e18999
commit 795a9d578a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 187 additions and 88 deletions

View file

@ -39,5 +39,5 @@ test('stitched aria frames', async ({ client }) => {
element: 'World',
ref: 'f1s1e3',
},
})).toContainTextContent('Clicked "World"');
})).toContainTextContent(`// Click World`);
});