Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: add basic typing to functional tests | Nejc Habjan | 2022-10-27 | 1 | -3/+5 |
| | |||||
* | test: enable skipping tests per GitLab plan | Nejc Habjan | 2022-10-18 | 1 | -0/+14 |
| | |||||
* | chore: fixtures: after delete() wait to verify deleted | John L. Villalovos | 2022-07-21 | 1 | -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. |