Unable to see screenshots and assertions from Test Case execution

Hi, I’m trying to get a screenshot of a test case run. I have set up a “verify” activity that includes taking a screenshot on success and failure, so it should always take a screenshot.
Unfortunately, I can’t see it in either Test Manager or Orchestrator.
In addition there are no assertions at all!
Setup is on-premises.

Just a simple activity I have used:
image

Logs from Test Manager:

image

Other tabs like Assertions, Attachments are empty as well, nothing is there.

Logs in the Orchestrator Testing tab looks the same as above and assertions are just not available.
image

image

Has anyone had a similar situation and could help me?
According to the UiPath Test Suite documentation, it should be saved there automatically without any additional configuration.

I’m able to receive screenshots on assertions. I have just tested following steps, which worked for me:

  1. [Studio] Create a workflow in UiPath Studio
  2. [Studio] Insert verification step and enable all properties
  3. [Orchestrator] Navigate to your test manager instance, create a test case on your current project
  4. [Studio] Right-click workflow. Make workflow publishable and convert to test case
  5. [Studio] Right-click workflow. Link to test case, select your test manager project and assign the test case you created in step 3.
  6. [Studio] Publish your project.
  7. [Orchestrator] Execute your test case, and you should see the screenshot.