cryptonas-branches/pythonrewrite/plugins/plugin_manager/unittests.py

13 lines
323 B
Python

import WebInterfaceTestClass
class unittests(WebInterfaceTestClass.WebInterfaceTestClass):
def test_read_form(self):
url = self.URL + "plugins/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')