update expectations

This commit is contained in:
Yury Semikhatsky 2024-08-02 11:53:15 -07:00
parent 4889d56b79
commit 4ef2464ca4

View file

@ -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({
'reporter.ts': stepIndentReporter,
'playwright.config.ts': `module.exports = { reporter: './reporter', };`,