Tests implementiert
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user