Use a language that's more common to people's machines

This commit is contained in:
Sebastiaan Janssen
2020-05-20 10:30:07 +02:00
parent 392d74f80d
commit c36495ac9c
@@ -6,7 +6,7 @@ context('Languages', () => {
});
it('Add language', () => {
const name = "Neddersasssch (Nedderlannen)"; // Must be an option in the select box
const name = "Kyrgyz (Kyrgyzstan)"; // Must be an option in the select box
cy.umbracoEnsureLanguageNameNotExists(name);