(e2e) fix e2e test for other browsers

In this test the comment is made using the "current" browser which can
be Chromium but can also be Firefox or Webkit.
This is why the test failed with other browsers.

Signed-off-by: Anto59290 <antonin59290@hotmail.com>
This commit is contained in:
Anto59290
2026-01-13 19:47:25 +01:00
committed by Anthony LC
parent 0d967aba48
commit f9f32db854
4 changed files with 9 additions and 3 deletions

View File

@@ -6,6 +6,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- ✅(e2e) fix e2e test for other browsers #1799
## [4.4.0] - 2026-01-13
### Added