test: dedupe test names (#11746)

This commit is contained in:
Alex Rudenko 2024-01-24 18:13:55 +01:00 committed by GitHub
parent 230d041a4f
commit b53de4e094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ describe('AriaQueryHandler', () => {
expect(id).toBe('mnu1');
});
it('should find by name', async () => {
it('should find 2nd element by name', async () => {
const {page} = await getTestState();
await page.setContent(
`

View File

@ -18,7 +18,7 @@ import type {ConsoleMessage} from 'puppeteer-core/internal/common/ConsoleMessage
import {getTestState, setupTestBrowserHooks} from './mocha-utils.js';
import {isFavicon, waitEvent} from './utils.js';
describe('request interception', function () {
describe('cooperative request interception', function () {
setupTestBrowserHooks();
describe('Page.setRequestInterception', function () {