"Update catalogue item" consistently failing browser test
- Dominant language
- Clojure
- Stars
- 66
- Forks
- 28
- Avg merge
- 7d 4h
- Merged PRs (30d)
- 2
Description
**Describe the bug or behavior**
The browser tests are consistently failing at test_browser.clj, line 2674
`(btu/wait-disabled {:tag :button :fn/text "Update catalogue item"})`
**To Reproduce**
HEADLESS=0 lein kaocha --focus rems.test-browser/test-update-catalogue-item
**Expected behavior**
The button should become disabled but it remains active, failing the check.
Contributor guide
Research direction
Start with test_browser.clj at line 2674 and run HEADLESS=0 lein kaocha --focus rems.test-browser/test-update-catalogue-item to reproduce the failure. Trace the browser test around the "Update catalogue item" button and determine why it remains active; done means the button becomes disabled and the focused test passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 76/100