update expectations
This commit is contained in:
parent
4889d56b79
commit
4ef2464ca4
|
|
@ -542,7 +542,7 @@ fixture | fixture: browser
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should nest page.continue inside page.goto steps', async ({ runInlineTest }) => {
|
test('should not nest page.continue inside page.goto steps', async ({ runInlineTest }) => {
|
||||||
const result = await runInlineTest({
|
const result = await runInlineTest({
|
||||||
'reporter.ts': stepIndentReporter,
|
'reporter.ts': stepIndentReporter,
|
||||||
'playwright.config.ts': `module.exports = { reporter: './reporter', };`,
|
'playwright.config.ts': `module.exports = { reporter: './reporter', };`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue