9 lines
229 B
Python
9 lines
229 B
Python
|
import WebInterfaceTestClass
|
||
|
|
||
|
class unittests(WebInterfaceTestClass.WebInterfaceTestClass):
|
||
|
|
||
|
def test_preferences_overview(self):
|
||
|
self.cmd.go(self.URL + "plugins/system_preferences?weblang=en")
|
||
|
self.cmd.find("Preferences")
|
||
|
|