test: fix large string expectations (#16388)

This commit is contained in:
Ross Wollman 2022-08-09 21:39:13 -07:00 committed by GitHub
parent baa2ef2700
commit e20baacc9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ it('should work with large strings', async ({ page }) => {
});
it('should work with large unicode strings', async ({ page, browserName, platform }) => {
it.fail(browserName === 'firefox' && platform !== 'linux');
it.fixme(browserName === 'firefox' && platform === 'darwin');
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/16367' });
const expected = '🎭'.repeat(10000);