()
| 616 | } |
| 617 | |
| 618 | func (rt *RestTester) WaitForPendingChanges() { |
| 619 | ctx := rt.Context() |
| 620 | for _, collection := range rt.GetDbCollections() { |
| 621 | require.NoError(rt.TB(), collection.WaitForPendingChanges(ctx)) |
| 622 | } |
| 623 | } |
| 624 | |
| 625 | // SetAdminParty toggles the guest user between disabled and enabled. If enabled, the guest user is given access to the UserStar channel on all collections. |
| 626 | func (rt *RestTester) SetAdminParty(partyTime bool) { |