Skip to content

Commit 88d8aee

Browse files
committed
styling
1 parent d320c3e commit 88d8aee

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Behavioral.Automation.Playwright/UITests/Configurations/Configurations.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ namespace Behavioral.Automation.Playwright.Tests.Configurations;
1010
public class Configurations
1111
{
1212
private readonly ObjectContainer _objectContainer;
13-
14-
// Configuration of DI and Factories should be done with order 0
13+
14+
/// <summary>
15+
/// According to our convention Configuration of DI and Factories should be done with order 0
16+
/// </summary>
1517
public Configurations(ObjectContainer objectContainer)
1618
{
1719
_objectContainer = objectContainer;
@@ -20,7 +22,6 @@ public Configurations(ObjectContainer objectContainer)
2022
[BeforeTestRun(Order = 0)]
2123
public static void ConfigureUiImplementations()
2224
{
23-
// IWebElementStorageService.RegisterWebElementImplementationAs<InputElement, IInputWebElement>();
2425
IWebElementStorageService.RegisterWebElementImplementationAs<ButtonElement, IButtonElement>();
2526
}
2627

Behavioral.Automation.Playwright/UITests/Features/Tests.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: First scenarios to run CI/CD checks
1+
Feature: Tests for Bahavioral.Automation.Playwright project
22

33
Scenario: Check button click
44
Given application URL is opened

0 commit comments

Comments
 (0)