We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bab01 commit 7f0c44bCopy full SHA for 7f0c44b
playground/vue/__tests__/vue.spec.ts
@@ -224,7 +224,7 @@ describe('hmr', () => {
224
test('should reload when script changes after a rerender', async () => {
225
// rerender
226
editFile('Hmr.vue', (code) => code.replace('bar-title', 'bar-title1'))
227
- await untilUpdated(() => page.textContent('h2.hmr'), 'bar-title1')
+ await untilUpdated(() => page.textContent('.hmr-bar-text'), 'bar-title1')
228
229
// change 'bar' to 'updated', should reload
230
editFile('Hmr.vue', (code) =>
0 commit comments