- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 03:18 AM
Hello,
I'm quite new to ATF and I have an issue with submitting an Order Item in SP.
To show you the problem, I simplified my test case. It contains 3 steps:
- Impersonate user (I know, I'm not supposed to do that - usually I create the test users)
- Open a catalog item in Service Portal
- Order a catalog Item
Doing those steps with the impersonated user manually works just fine:
But when running the steps in ATF, the order item is not submitting. It is stuck on the modal.
I tried to add some timeout in the step - but the modal stays even for the 10 minutes debug pause.
In parallel I checked if the request was created anyway - but no luck.
What is interesting: the log says it was successfully created:
Any idea why this is happening and how I can solve it?
Thanks in advance,
Beate
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 12:42 AM
Hi @BeateN
Sometimes it just stuck at submitting but actually it is submitted.
Use Open existing record step for viewing submitted record on itil view
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 12:42 AM
Hi @BeateN
Sometimes it just stuck at submitting but actually it is submitted.
Use Open existing record step for viewing submitted record on itil view
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 03:16 AM
Hi Shaqeel,
thanks for your much appreciated answer. You are absolutely right. It always seems to be stuck (not just sometimes) but the Request was indeed created.
best regards,
Beate