Skip to content

Commit

Permalink
Update submissions_test with new translations
Browse files Browse the repository at this point in the history
  • Loading branch information
malchua committed Jan 30, 2025
1 parent 8f1bc35 commit ab067fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/system/workflow_executions/submissions_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SubmissionsTest < ApplicationSystemTestCase

assert_text I18n.t(:'components.nextflow.update_samples')
assert_text I18n.t(:'components.nextflow.email_notification')
assert_text I18n.t(:'components.nextflow.shared_with_namespace', namespace_type: @project.namespace.type)
assert_text I18n.t(:"components.nextflow.shared_with.#{@project.namespace.type.downcase}")
end
end

Expand Down Expand Up @@ -100,7 +100,7 @@ class SubmissionsTest < ApplicationSystemTestCase

assert_text I18n.t(:'components.nextflow.update_samples')
assert_text I18n.t(:'components.nextflow.email_notification')
assert_text I18n.t(:'components.nextflow.shared_with_namespace', namespace_type: @project.namespace.type)
assert_text I18n.t(:"components.nextflow.shared_with.#{@project.namespace.type.downcase}")
end
end

Expand Down Expand Up @@ -135,7 +135,7 @@ class SubmissionsTest < ApplicationSystemTestCase

assert_no_text I18n.t(:'components.nextflow.update_samples')
assert_text I18n.t(:'components.nextflow.email_notification')
assert_text I18n.t(:'components.nextflow.shared_with_namespace', namespace_type: @project.namespace.type)
assert_text I18n.t(:"components.nextflow.shared_with.#{@project.namespace.type.downcase}")
end
end

Expand Down Expand Up @@ -173,7 +173,7 @@ class SubmissionsTest < ApplicationSystemTestCase

assert_no_text I18n.t(:'components.nextflow.update_samples')
assert_text I18n.t(:'components.nextflow.email_notification')
assert_text I18n.t(:'components.nextflow.shared_with_namespace', namespace_type: @project.namespace.type)
assert_text I18n.t(:"components.nextflow.shared_with.#{@project.namespace.type.downcase}")
end
end

Expand Down Expand Up @@ -216,7 +216,7 @@ class SubmissionsTest < ApplicationSystemTestCase

assert_text I18n.t(:'components.nextflow.update_samples')
assert_text I18n.t(:'components.nextflow.email_notification')
assert_text I18n.t(:'components.nextflow.shared_with_namespace', namespace_type: @namespace.type)
assert_text I18n.t(:"components.nextflow.shared_with.#{@namespace.type.downcase}")
end
end

Expand Down Expand Up @@ -251,7 +251,7 @@ class SubmissionsTest < ApplicationSystemTestCase

assert_text I18n.t(:'components.nextflow.update_samples')
assert_text I18n.t(:'components.nextflow.email_notification')
assert_text I18n.t(:'components.nextflow.shared_with_namespace', namespace_type: @namespace.type)
assert_text I18n.t(:"components.nextflow.shared_with.#{@namespace.type.downcase}")
end
end

Expand Down Expand Up @@ -286,7 +286,7 @@ class SubmissionsTest < ApplicationSystemTestCase

assert_no_text I18n.t(:'components.nextflow.update_samples')
assert_text I18n.t(:'components.nextflow.email_notification')
assert_text I18n.t(:'components.nextflow.shared_with_namespace', namespace_type: @namespace.type)
assert_text I18n.t(:"components.nextflow.shared_with.#{@namespace.type.downcase}")
end
end

Expand Down

0 comments on commit ab067fb

Please sign in to comment.