Skip to content

Commit

Permalink
5076 Remove unused staff
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-korost committed Sep 21, 2023
1 parent 856dc27 commit 3260c83
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

import com.epam.jdi.light.elements.pageobjects.annotations.JSite;
import com.epam.jdi.light.elements.pageobjects.annotations.Url;
import io.github.com.pages.*;
import io.github.com.pages.AngularPage;
import io.github.com.pages.AutocompletePage;
import io.github.com.pages.BadgePage;
import io.github.com.pages.ButtonsPage;
import io.github.com.pages.ProgressBarPage;
import io.github.com.pages.ProgressSpinnerPage;

@JSite("https://jdi-testing.github.io/jdi-light/angular-page/#/")
public class StaticSite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class AngularPage extends WebPage {
public static SelectSection selectSection;
public static ListSection listSection;
public static GridListSection gridListSection;
public static AutocompleteSection autocompleteSection;
public static SnackbarSection snackbarSection;
public static ButtonToggleSection buttonToggleSection;
public static MenuSection menuSection;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public void before() {
angularPage.shouldBeOpened();
}

@Ignore
@Test
public void basicTest() {
basicSlideToggle.is().displayed();
Expand Down

0 comments on commit 3260c83

Please sign in to comment.