Skip to content

Commit

Permalink
removed unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshi-mantu committed Mar 25, 2024
1 parent 21b9fbc commit a216164
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 150 deletions.
13 changes: 0 additions & 13 deletions src/test/java/io/qameta/allure/IssuesRestTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,9 @@ public class IssuesRestTest {

private final RestSteps steps = new RestSteps();

@TM4J("AE-T1")
@Story("Create new issue")
@Microservice("Billing")
@Tags({@Tag("api"), @Tag("smoke"),@Tag("second-pipe")})
@ParameterizedTest(name = "Create issue via api")
@ValueSource(strings = {"First Note", "Second Note"})
public void shouldCreateUserNote(@Param(value = "Title") String title) {
steps.createIssueWithTitle(OWNER, REPO, title);
steps.shouldSeeIssueWithTitle(OWNER, REPO, title);
}

@TM4J("AE-T2")
@Story("Close existing issue")
@Microservice("Repository")
@Tags({@Tag("web"), @Tag("regress"), @Tag("second-pipe")})
@JiraIssues({@JiraIssue("AE-1")})
@ParameterizedTest(name = "Close issue via api")
@ValueSource(strings = {"First Note", "Second Note"})
public void shouldDeleteUserNote(@Param(value = "Title", excluded = true) String title) {
Expand Down
75 changes: 0 additions & 75 deletions src/test/java/io/qameta/allure/IssuesWebTest.java

This file was deleted.

62 changes: 0 additions & 62 deletions src/test/java/io/qameta/allure/PullRequestsWebTest.java

This file was deleted.

0 comments on commit a216164

Please sign in to comment.