fix: flaky demo test case by deepeshgarg007 [frappe] PR#39135
From: https://github.com/frappe/erpnext/pull/39135
Date: 2024-01-04 10:48:01+05:30
- fix: flaky demo test case
Diagnostics
Conflicts detected for source commit: 5b1571879cdb7859725bda2b0d32d9a4f57676e8
Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc):
1b8de7f9ede901ff23544ccc20bc2bc490b346db fix: flaky demo test case
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39135
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease