Skip to content

Commit

Permalink
correctly annotate sandbox page tests so they don't run as unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Oct 25, 2023
1 parent d67645d commit 1f83368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Testing/Browser/SandboxPageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Testing.Browser;

[Trait("Category", "Integration")]
public class SandboxPageTests : PageTest
{
[Fact]
Expand Down

0 comments on commit 1f83368

Please sign in to comment.