Skip to content

Commit

Permalink
Remove Skipped Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerrowsell committed May 28, 2024
1 parent a7b867f commit d7f8259
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/integration/localizations_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class LocalizationsTest < ActiveSupport::TestCase
end

test "#{vertical} has localization values in #{language} for every category" do
skip "Some localizations are missing skipping until they are added"

missing_localizations = categories.reject do |category|
localizations.dig(language, "categories", category["id"], "name")
end
Expand All @@ -50,8 +48,6 @@ class LocalizationsTest < ActiveSupport::TestCase
end

test "attributes have localization values for name in #{language}" do
skip "Some localizations are missing skipping until they are added"

missing_localizations = attributes.reject do |attribute|
localizations.dig(language, "attributes", attribute["friendly_id"], "name")
end
Expand All @@ -74,8 +70,6 @@ class LocalizationsTest < ActiveSupport::TestCase
end

test "values have localizations for name in #{language}" do
skip "Some localizations are missing skipping until they are added"

missing_localizations = values.reject do |value|
localizations.dig(language, "values", value["friendly_id"], "name")
end
Expand Down

0 comments on commit d7f8259

Please sign in to comment.