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.
1 file changed
+12
-1
0d402647
→
f9c35231
modified radicle-node/src/tests/e2e.rs
@@ -1229,6 +1229,8 @@ fn missing_delegate_default_branch() {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -1237,6 +1239,15 @@ fn missing_delegate_default_branch() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1291,7 +1302,7 @@ fn missing_delegate_default_branch() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|