import org.junit.runners.MethodSorters;
import org.junit.FixMethodOrder;
import org.junit.Test;
+
import androidtest.actions.Actions;
import androidtest.models.MainView;
import androidtest.models.WaitAMomentPopUp;
private final String FOLDER_NAME = "testCreateFolder";
private String CurrentCreatedFolder = "";
-
@Before
public void setUp() throws Exception {
setUpCommonDriver();
@After
public void tearDown() throws Exception {
+ takeScreenShotOnFailed(getName());
if (folderHasBeenCreated) {
MainView mainView = new MainView(driver);
Actions.deleteElement(CurrentCreatedFolder, mainView, driver);