Skip to content

Commit 9d0b40b

Browse files
committed
fixup test case
1 parent 2e8be15 commit 9d0b40b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/e2e/persistent-caching/persistent-caching.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ describe('persistent-caching', () => {
122122

123123
{
124124
const browser = await next.browser('/add-me')
125-
expect(await browser.elementByCss('p').text()).toBe(
126-
'hello persistent caching'
127-
)
125+
expect(await browser.elementByCss('p').text()).toBe('hello world')
128126
await browser.close()
129127
}
130128
}

0 commit comments

Comments
 (0)