source: OpenRLabs-Git/web2py/applications/rlabs/functionalTest/disabledTest/test_do_unreserve.py

main
Last change on this file was 8406aaa, checked in by David Fuertes <dfuertes@…>, 4 years ago

arreglado gitignore

  • Property mode set to 100644
File size: 418 bytes
Line 
1from time import sleep
2
3from baseTest import  BaseTest, URL_ROOT
4from selenium.common.exceptions import NoSuchElementException
5from selenium.webdriver.support import expected_conditions as ec
6
7
8class TestDoUnReserve (BaseTest):
9       
10    def test_do_unreserve(self):
11        self.doLogin()
12        self.get_button_cancel().click()
13        #sleep(2)
14        #self.assertIsNone(self.get_button_cancel())
15
16
17   
18
19
20
21
22
23
Note: See TracBrowser for help on using the repository browser.