e2e: improve flake in missing_delegate_default_branch
The missing_delegate_default_branch test was flakey and would fail checking if
Bob had the rid in storage.
This can be improved by waiting to ensure that Bob has a RefsFetched event
before performing the check.
The missing_delegate_default_branch test was flakey and would fail checking if
Bob had the rid in storage.
This can be improved by waiting to ensure that Bob has a RefsFetched event
before performing the check.
Changes:
- Applied clippy suggestion to use
is_ok
Rebase.