Converting Tests back to C# but still with Playwright
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace IGP.Utils;
|
||||
|
||||
public static class Interval
|
||||
{
|
||||
public static string ToTime(int interval)
|
||||
{
|
||||
return TimeSpan.FromSeconds(interval).ToString(@"mm\:ss");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user