mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: dedupe test names (#11746)
This commit is contained in:
parent
230d041a4f
commit
b53de4e094
@ -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(
|
||||
`
|
||||
|
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user