[Easy]: Fix outdated default React test
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
### Problem Statement
The current test still checks for learn react text and does not match the real UI.
### Files and Scope
event-dappp/src/App.test.js
### Acceptance Criteria
- [ ] Test no longer checks for learn react text
- [ ] Test validates actual visible app content
- [ ] Test passes locally with npm test
- [ ] Test remains stable in watch mode
### Test Plan
Run npm test in frontend folder.
Verify updated test passes.
Make a temporary wrong assertion and confirm test fails.
Contributor guide
Research direction
Open event-dappp/src/App.test.js and inspect the current assertion alongside the visible UI rendered by the app. Run npm test from the frontend folder, replace the outdated “learn react” expectation with an assertion for actual visible app content, and confirm the test passes in watch mode and fails with a temporary incorrect assertion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100