Skip to content

Commit

Permalink
Merge pull request #89 from OleksiiKhorunzhak/Lesson_12
Browse files Browse the repository at this point in the history
Add category
  • Loading branch information
OleksiiKhorunzhak authored Jun 18, 2024
2 parents 1a8d037 + f405918 commit 117f41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test AtataUITests/bin/Debug/net8.0/AtataUITests.dll --filter "Category=UI"
1 change: 1 addition & 0 deletions AtataUITests/Tests/ButtonsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public void ClickButtonTest() =>
// And I NOT see "You have done a double click" text.
DoubleClickMessage.Should.Not.BeVisible();

[Category("UI")]
[Test, Description("Verify Double Click Me button"), Retry(2)]
public void DoubleClickButtonTest() =>
// Given I go to DemoQa Elements page
Expand Down

0 comments on commit 117f41a

Please sign in to comment.