> There are a bunch of RFP test failures that I am guessing weren't included in the original fix-the-tests patch.
I think it is happening because we moved IsChrome check to IsRFPEnabledFor check. Many parts of test code run with chrome privileges, so we'll have to manually fix all of them. I'll work on it
Bug 1941091 Comment 13 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
> There are a bunch of RFP test failures that I am guessing weren't included in the original fix-the-tests patch.
I think it is happening because we moved IsChrome check to IsRFPEnabledFor check. Many parts of test code run with chrome privileges, so we'll have to manually fix all of them. I'll work on it.
edit: i also used try auto while you used debug test which might have covered more stuff.