Migrate UI tests to Playwright dotta
This commit is contained in:
@@ -2,5 +2,8 @@ namespace JdeScoping.Ui.Tests.Support;
|
||||
|
||||
internal static class TestDataPaths
|
||||
{
|
||||
public static string Get(string fileName) => Path.Combine(AppContext.BaseDirectory, "TestData", fileName);
|
||||
}
|
||||
public static string Get(string fileName)
|
||||
{
|
||||
return Path.Combine(AppContext.BaseDirectory, "TestData", fileName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user