8 lines
225 B
Python
8 lines
225 B
Python
import cryptobox.web.testclass
|
|
|
|
class unittests(cryptobox.web.testclass.WebInterfaceTestClass):
|
|
|
|
def test_preferences_overview(self):
|
|
self.cmd.go(self.URL + "system_preferences?weblang=en")
|
|
self.cmd.find("Preferences")
|
|
|