You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
315 B
Python
13 lines
315 B
Python
import WebInterfaceTestClass
|
|
|
|
class unittests(WebInterfaceTestClass.WebInterfaceTestClass):
|
|
|
|
def test_read_form(self):
|
|
url = self.URL + "plugin_manager?weblang=en"
|
|
self.register_auth(url)
|
|
self.cmd.go(url)
|
|
self.cmd.find('Plugin Manager')
|
|
self.cmd.find('System plugins')
|
|
self.cmd.find('Volume plugins')
|
|
|