test: pass correct value for link fields by asmitahase [frappe] PR#3222
From: https://github.com/frappe/hrms/pull/3222
Date: 2025-06-11 17:14:40+05:30
- test(Employee Attendance Tool): accessing name wasn't required
- test(Employee Attendance Tool): pass correct value to link field type
- test(Leave Application): pass correct value to link field type
- test(Gratuity): pass correct value to link field type
- test(Leave Control Panel): pass correct value to link field type
- test: pass correct value for link fields
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3222
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3222
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease