Skip to content

The test case fails to pass the test in the local environment. #1899

Closed
@Alanscut

Description

@Alanscut

Version

4.0.0-rc.2

Reproduction link

https://github.com/vuejs/vuex/tree/v4.0.0-rc.2

Steps to reproduce

  1. npm install
  2. npm run test:e2e or yarn 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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    need reproReproduction code is required

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions