Closed
Description
Version
4.0.0-rc.2
Reproduction link
https://github.com/vuejs/vuex/tree/v4.0.0-rc.2
Steps to reproduce
npm install
npm run test:e2e
oryarn test:e2e
What is expected?
All test cases pass in local environment.
What is actually happening?
test case todomvc failed
ENV:
Ubuntu 18.04.5 LTS
node: v12.20.0
npm: v6.14.8
yarn: 1.22.10
it's show failed by this:
FAIL test/e2e/todomvc.spec.js
e2e/todomvc > todomvc app
expect(received).toBe(expected) // Object.is equality
Expect: "edited!"
Received: "test"
123 | await click('footer') // blur
124 | expect(await count(' .todo.editing')).toBe(0)
125 | expect(await text('.todo:nth-child(1) label')).toBe('edited')