Closed olgapod closed 4 days ago
@Nortsova it is actually expected the test to fail, as it's a bug that we have an issue for and that can be also reproduced manually https://github.com/JoinColony/colonyCDapp/issues/3565
Ah, literally as I was writing it up! I guess it is fine to approve this for now. It would be helpful to adjust the testing steps and mention if we are expecting a specific test to fail.
Also when this is merged, could you add a comment to that issue saying that the test should pass in order for that issue to be resolved.
Description
fill
instead ofpressSequentially
to speed up the tests a bitTesting
Prerequisites: The test script simulates user interactions with the local instance of the web app, which means that the BE is expected to be set up and running. For now, backend services should be started manually and the initial test data should be seeded . Therefore, ensure that the development environment is properly set up by following the instructions in the README file
Start your local dev environment
npm run dev
Seed the mock data
node scripts/create-data.js
If it's the first time you run e2e tests on your machine - run
npm e2e:install
run
npm run e2e
ornpm run e2e:ui
Ensure all tests pass (the 'should reject invalid colony name' test may intermittently fail due to the input validation issue described in #3565)
Diffs
New stuff ✨