summaryrefslogtreecommitdiff
path: root/tests/functional/helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: fixtures: after delete() wait to verify deletedJohn L. Villalovos2022-07-211-0/+39
In our fixtures that create: - groups - project merge requests - projects - users They delete the created objects after use. Now wait to ensure the objects are deleted before continuing as having unexpected objects existing can impact some of our tests.