"Update catalogue item" consistently failing browser test

Open Beginner friendly
#3,483 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
76/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
clojure
Domain
testing

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.

Description

Needs Triage

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.

Dominant language
Clojure
Stars
67
Forks
28
Avg merge
7d 4h
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CSCfi/rems

All issues in CSCfi/rems

Similar issues

More Clojure issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.