Skip to content

Commit

Permalink
Tests: Skip Banner.js (translations from firebase) from NotFoundKeysTest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySafronov committed Nov 8, 2021
1 parent 2a1adf8 commit 9019912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/Tests/Frontend.Translations.Tests/LocalesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ public void NotFoundKeysTest()
.Select(item => item.Key);

var allJsTranslationKeys = JavaScriptFiles
.Where(f => !f.Path.Contains("Banner.js")) // skip Banner.js (translations from firebase)
.SelectMany(j => j.TranslationKeys)
.Select(k => k.Replace("Common:", "").Replace("Translations:", ""))
.Distinct();
Expand Down

0 comments on commit 9019912

Please sign in to comment.