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 | |
---|
1 | from time import sleep |
---|
2 | |
---|
3 | from baseTest import BaseTest, URL_ROOT |
---|
4 | from selenium.common.exceptions import NoSuchElementException |
---|
5 | from selenium.webdriver.support import expected_conditions as ec |
---|
6 | |
---|
7 | |
---|
8 | class 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.