Is your enhancement related to a problem? Please describe
In this scenario we want to verify the user e2e path of model download and/or import. This is a smoke e2e test case, where we will test basic path for the model download.
Describe the solution you'd like
AI-Lab is installed, podman machine prepared (win, mac) - do we need machine?
Open Catalog Page
Download a model from catalog (ggerganov/whisper.cpp < 0,5GB) - find it in the table, click on download, wait for model to be downloaded, check it is present
Open Model details
Use the model (playground, service)
Check that model is used -> check aria labels, check that it cannot be deleted
Delete model service/playground
Check that model is not used and can be deleted
Delete the model
Describe alternatives you've considered
Consider testing of importing of a model (or create a follow up issue)
PR is now in review, however as requested points 5 through 7 from the above use case are not implemented currently due to the wish to split up the task in smaller subtasks.
Is your enhancement related to a problem? Please describe
In this scenario we want to verify the user e2e path of model download and/or import. This is a smoke e2e test case, where we will test basic path for the model download.
Describe the solution you'd like
Describe alternatives you've considered
Consider testing of importing of a model (or create a follow up issue)
Additional context
No response