11 lines
293 B
Python
11 lines
293 B
Python
import cryptobox.web.testclass
|
|
|
|
class unittests(cryptobox.web.testclass.WebInterfaceTestClass):
|
|
|
|
def test_read_form(self):
|
|
url = self.URL + "volume_chpasswd?weblang=en&device=%2Fdev%2Floop1"
|
|
self.register_auth(url)
|
|
self.cmd.go(url)
|
|
self.cmd.find('hange')
|
|
self.cmd.find('password')
|
|
|