Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed May 8, 2023
1 parent 6fca6d4 commit 67adaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/development/acceptance-app/ReactRefresh.test.ts
Expand Up @@ -169,7 +169,7 @@ describe('ReactRefresh app', () => {

expect(
await session.evaluate(() => document.querySelector('p').textContent)
).toBe('Hello. 100')
).toBe('Hello. 1000')

let didFullRefresh = !(await session.patch(
'SurveyOverview.js',
Expand Down

0 comments on commit 67adaa5

Please sign in to comment.