Replaced RetryFact with xRetry's RetryFact

This commit is contained in:
2025-11-16 01:28:01 +01:00
parent 3e07ddcd69
commit 44463681f9
8 changed files with 7 additions and 79 deletions

View File

@@ -3,6 +3,7 @@ using OpenQA.Selenium;
using OpenQA.Selenium.Chrome;
using SeleniumExtras.WaitHelpers;
using System.Diagnostics;
using xRetry;
namespace Berufsschule_HAM.E2ETests;