Fix language to a language that exists in .net core
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user