예제 #1
0
 def tearDown(self):
     with allure.step(u'PASO 3: Salir de la app'):
         Selenium.tearDown(self)
예제 #2
0
 def tearDown(self):
     Selenium.tearDown(self)
예제 #3
0
 def tearDown(self):
     with allure.step(u'Paso 4: Cerrar el navegador'):
         Selenium.tearDown(self)
예제 #4
0
 def tearDown(self):
     with allure.step(u'Paso 3: Se cierra el navegador'):
         Selenium.tearDown(self)
예제 #5
0
 def tearDown(self):
     with allure.step(u'Paso 3: Ingresar a Google'):
         Selenium.tearDown(self)
예제 #6
0
 def tearDown(self):
     with allure.step(u'PASO 3: Cerramos el navegador'):
         Selenium.tearDown(self)