Skip to content

Commit

Permalink
Add Drawing Category to related tests (#808)
Browse files Browse the repository at this point in the history
Remove redundant using
  • Loading branch information
Dor-bl authored Jul 27, 2024
1 parent cb8521b commit 04e7b17
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions test/integration/Android/ActionsChainsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

namespace Appium.Net.Integration.Tests.Android
{
[TestFixture]
[Category("Drawing")]
internal class ActionsChainsTest
{
private AndroidDriver _driver;
Expand Down
4 changes: 3 additions & 1 deletion test/integration/Android/ClipboardTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

namespace Appium.Net.Integration.Tests.Android
{
[TestFixture(Category = "Device")]
[TestFixture]
[Category("Device")]
[Category("Drawing")]
public class ClipboardTest
{
private AndroidDriver _driver;
Expand Down
2 changes: 0 additions & 2 deletions test/integration/IOS/ClipboardTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
using OpenQA.Selenium.Appium.Enums;
using OpenQA.Selenium.Appium.iOS;
using System;
using System.Drawing;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;

Expand Down
3 changes: 3 additions & 0 deletions test/integration/Windows/PentTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@

namespace Appium.Net.Integration.Tests.Windows
{
[TestFixture]
[Category("Windows")]
[Category("Drawing")]
public class PenTest : StickyNotesTest
{
private WindowsDriver newStickyNoteSession;
Expand Down

0 comments on commit 04e7b17

Please sign in to comment.