Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Jul 28, 2024
2 parents 5289a98 + 04e7b17 commit dcc86f8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Appium.Net/Appium.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</PackageReference>
<PackageReference Include="Selenium.Support" Version="4.23.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.23.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.6" />
<PackageReference Include="System.Drawing.Common" Version="8.0.7" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
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 dcc86f8

Please sign in to comment.