Skip to content
Snippets Groups Projects
Unverified Commit ba67671c authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Update `cypress_repro.md` template (#14589)

parent 2b650e27
Branches
Tags
No related merge requests found
### Status
PENDING CI / PENDING REVIEW / READY _(choose one and update accordingly)_
### What does this PR accomplish?
- Reproduces #XXXXX
### How to test this manually?
- `yarn test-cypress-open`
- `relative/path/to/the/file` _(optionally, include the line number on which the test starts)_
- `relative/path/to/the/file`
> _(For still unfixed bug)_
- Replace `it.skip()` with `it.only()` to test this in isolation
- Replace `it.skip()` with `it.only()` to run the test in isolation
- The test should fail until the related issue is fixed
> _(For a fixed bug)_
- The test should pass
- All tests should pass
### Additional notes:
> _(For still unfixed bug)_
- Once the issue is fixed, please remove the `.skip` part (unskip the test completely)
- Make sure the test is passing and
- Merge it together with the fix
> _(For a fixed bug)_
- Please merge this repro unskipped
- The bug was fixed in #YYYYY
### Questions:
- this is optional
### Screenshots:
- Optional, but very helpful
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment