Adds link to patch for desktop access warnings/errors test (#31540)

This commit is contained in:
Isaiah Becker-Mayer 2023-09-06 21:20:40 +00:00 committed by GitHub
parent 624115c701
commit f4cc473c6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1173,7 +1173,7 @@ tsh bench web sessions --max=5000 --web user ls
- [ ] `desktop.directory.share` (`TDP04I`) emitted when Teleport starts sharing a directory
- [ ] `desktop.directory.read` (`TDP05I`) emitted when a file is read over the shared directory
- [ ] `desktop.directory.write` (`TDP06I`) emitted when a file is written to over the shared directory
- Warnings/Errors
- Warnings/Errors (test by applying [this patch](https://gist.github.com/ibeckermayer/7591333275e87ad0d7afa028a7bb54cb))
- [ ] Induce the backend to send a TDP Notification of severity warning (1), confirm that a warning is logged in the warning dropdown
- [ ] Induce the backend to send a TDP Notification of severity error (2), confirm that session is terminated and error popup is shown
- [ ] Induce the backend to send a TDP Error, confirm that session is terminated and error popup is shown (confirms backwards compatibility w/ older w_d_s starting in Teleport 12)