diff options
author | Aaryan Porwal <aaryanporwal2233@gmail.com> | 2022-07-16 17:26:41 +0200 |
---|---|---|
committer | Aaryan Porwal <aaryanporwal2233@gmail.com> | 2022-07-16 17:26:41 +0200 |
commit | 1639885a9a26bbdaf03765a98cfcc3a725cd0201 (patch) | |
tree | f56fe0d9b9da8f4ae3ed8537fb5faf035886e8cf /doc/dev/developer_guide | |
parent | Merge pull request #47011 from s0nea/wip-prevent-alert-redirects (diff) | |
download | ceph-1639885a9a26bbdaf03765a98cfcc3a725cd0201.tar.xz ceph-1639885a9a26bbdaf03765a98cfcc3a725cd0201.zip |
doc/dev: mgr/dashboard: Replace broken link
The link to Applitools Eyes's Cypress SDK documentation was pointing to a broken link, replaced that with the officially recognized documentation link
Signed-off-by: Aaryan Porwal <aaryanporwal2233@gmail.com>
Diffstat (limited to 'doc/dev/developer_guide')
-rw-r--r-- | doc/dev/developer_guide/dash-devel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev/developer_guide/dash-devel.rst b/doc/dev/developer_guide/dash-devel.rst index d7f62cf5c20..862c4fe5db0 100644 --- a/doc/dev/developer_guide/dash-devel.rst +++ b/doc/dev/developer_guide/dash-devel.rst @@ -685,7 +685,7 @@ applitools eyes test runner, where you can see all your screenshots. And if ther Writing More Visual Regression Tests .................................... -Please refer to `Applitools's official cypress sdk documentation <https://github.com/applitools/eyes.sdk.javascript1/tree/master/packages/eyes-cypress>`_ to write more tests. +Please refer to `Applitools's official cypress sdk documentation <https://www.npmjs.com/package/@applitools/eyes-cypress#usage>`_ to write more tests. Visual Regression Tests In Jenkins .................................. |