Fix language to a language that exists in .net core

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-11-04 13:56:44 +01:00
parent 595b64c6f0
commit 52550efc03

View File

@@ -6,7 +6,7 @@ context('Languages', () => {
});
it('Add language', () => {
const name = "Kyrgyz (Kyrgyzstan)"; // Must be an option in the select box
const name = "Afrikaans"; // Must be an option in the select box
cy.umbracoEnsureLanguageNameNotExists(name);