Tests implementiert

This commit is contained in:
dev-mkoebis
2026-04-23 14:48:00 +02:00
parent d3deb79cc6
commit 786389cf80
9 changed files with 100 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ namespace Hochbaustatistik.Testing
public class WebTesting
{
[Fact (Skip ="Derzeit keine Daten zum Download vorhanden")]
[Fact (Skip ="Keine Daten zum Download vorhanden")]
public void DownloadList()
{
//DownloadFolder
@@ -58,7 +58,7 @@ namespace Hochbaustatistik.Testing
driver.Quit();
Assert.True(File.Exists(pathDownloadedList));
File.Delete(pathDownloadedList);
//File.Delete(pathDownloadedList);
}
}
}