5

2

We use virtual users for assignment groups such as QA and Code Review, so we understand that a virtual user is being used; it would be nice to be able to hide the associated warnings.

flag
1 
I'd like this functionality too. Actually, I don't understand the warning in the first place - I thought the whole point of virtual users was so that you could assign cases to them. – danielm May 26 2010 at 22:10

1 Answer

1

Here's a quick BugMonkey script that can hide this notification:

$('#TopBugTips .bugTip :contains("virtual user")').parent().remove()

This script was tested very briefly and is offered without warranty. :) It's not ideal, however, because the script runs after the page is loaded, so you see the notification for a split second before it's removed.

link|flag
The BugMonkey script is helpful but due to the flash it would be nicer to have this in the product itself. I agree with danielm and don't understand the point of the warning--what else do you use a virtual user for besides assignments? – Samuel Neff Apr 19 2011 at 1:21

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.