Skip to content

Commit

Permalink
Removing Selenium Jupyter annotation that manages the lifecycle for i…
Browse files Browse the repository at this point in the history
…tself
  • Loading branch information
augustocristian committed Aug 3, 2024
1 parent 93a9279 commit c86e18d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

@Tag("e2e")
@DisplayName("E2E tests for FullTeaching chat")
@ExtendWith(SeleniumJupiter.class)
class FullTeachingEndToEndEChatTests extends BaseLoggedTest {


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
//@Disabled
@Tag("e2e")
@DisplayName("E2E tests for FullTeaching REST CRUD operations")
@ExtendWith(SeleniumJupiter.class)
class FullTeachingEndToEndRESTTests extends BaseLoggedTest {


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
@Disabled
@Tag("e2e")
@DisplayName("E2E tests for FullTeaching video session")
@ExtendWith(SeleniumJupiter.class)
class FullTeachingTestEndToEndVideoSessionTests extends BaseLoggedTest {


Expand Down

0 comments on commit c86e18d

Please sign in to comment.