Skip to content

E2E test: delete category#227

Merged
josecelano merged 4 commits intotorrust:developfrom
josecelano:issue-226-e2e-tests-delete-a-category
Aug 11, 2023
Merged

E2E test: delete category#227
josecelano merged 4 commits intotorrust:developfrom
josecelano:issue-226-e2e-tests-delete-a-category

Conversation

@josecelano
Copy link
Copy Markdown
Member

The category list is reloaded from the API before mounting the admin settings tab for categories. It's needed becuase we insert the category directly in the database no via the UI.

The category list is reloaded from the API before mounting the admin
settings tab for categories. It's needed becuase we insert the category
directly in the database no via the UI.
to diferentiate from browser macros (login, logout, ... things done via the
browser) and tasks (like running database queries, ... things done
indirectly).
If the test fail for some reason you do not need to clean the database
to run it again.
@josecelano josecelano marked this pull request as ready for review August 11, 2023 14:01
@josecelano josecelano linked an issue Aug 11, 2023 that may be closed by this pull request
@josecelano josecelano merged commit 07259f3 into torrust:develop Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

E2E tests: delete a category

1 participant