Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Dec 19, 2024
1 parent 92fa89b commit da5c6ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class BaseTestInitializer : PageTest
[TestInitialize]
public virtual async Task TestInitialize()
{
Console.WriteLine("Scenario: " + TestContext.TestName);
Console.WriteLine(TestContext.TestName);

var username = GetRequiredConfig("TestSettings:TEST_USERNAME");
var password = GetRequiredConfig("TestSettings:TEST_PASSWORD");
Expand Down

0 comments on commit da5c6ee

Please sign in to comment.