mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: convert async describe to sync (#10238)
This commit is contained in:
parent
faab64e1f3
commit
cf28dae775
@ -591,7 +591,7 @@ describe('AriaQueryHandler', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('queryOne (Chromium web test)', async () => {
|
||||
describe('queryOne (Chromium web test)', () => {
|
||||
beforeEach(async () => {
|
||||
const {page} = getTestState();
|
||||
await page.setContent(
|
||||
|
@ -795,7 +795,7 @@ describe('network', function () {
|
||||
});
|
||||
});
|
||||
|
||||
describe('raw network headers', async () => {
|
||||
describe('raw network headers', () => {
|
||||
it('Same-origin set-cookie navigation', async () => {
|
||||
const {page, server} = getTestState();
|
||||
|
||||
@ -861,7 +861,7 @@ describe('network', function () {
|
||||
});
|
||||
});
|
||||
|
||||
describe('Page.setBypassServiceWorker', async () => {
|
||||
describe('Page.setBypassServiceWorker', () => {
|
||||
it('bypass for network', async () => {
|
||||
const {page, server} = getTestState();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user