Try a fix for language tests
This commit is contained in:
@@ -6,7 +6,10 @@ context('Languages', () => {
|
||||
});
|
||||
|
||||
it('Add language', () => {
|
||||
const name = "Afrikaans"; // Must be an option in the select box
|
||||
// For some reason the languages to chose fom seems to be translated differently than normal, as an example:
|
||||
// My system is set to EN (US), but most languages are translated into Danish for some reason
|
||||
// Aghem seems untranslated though?
|
||||
const name = "Aghem"; // Must be an option in the select box
|
||||
|
||||
cy.umbracoEnsureLanguageNameNotExists(name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user