File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Behavioral.Automation.Playwright/UITests Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ namespace Behavioral.Automation.Playwright.Tests.Configurations;
1010public 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments