We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727738a commit e7e5eccCopy full SHA for e7e5ecc
tests/test_snapshot.py
@@ -237,8 +237,8 @@ def test_raise_error_poa_token_with_snapshot(self):
237
238
self.assertEqual("Invalid function call - "\
239
"percy_snapshot(). Please use percy_screenshot() function while using Percy with Automate."\
240
- " For more information on usage of PercyScreenshot, refer https://www.browserstack.com/docs"\
241
- "/percy/integrate/functional-and-visual", str(context.exception))
+ " For more information on usage of PercyScreenshot, refer https://www.browserstack.com"\
+ "/docs/percy/integrate/functional-and-visual", str(context.exception))
242
243
class TestPercyScreenshot(unittest.TestCase):
244
@classmethod
0 commit comments