Skip to content

Instantly share code, notes, and snippets.

def test_add_language_pack(self):
''' Test to check whether a language pack is added successfully or not'''
#Login as admin
self.browser_login_admin()
#Add the language pack
if self.is_language_installed("de"):
# what we want to test is if adding a language pack works.
# So we uninstall "de" to be able to test it
self.delete_language_pack("de")