Test stabilization: Reduced range of random number because to large numbers will cause the test to be flanky on CI env.

This commit is contained in:
Thorsten Eckel 2018-12-14 18:33:29 +01:00
parent ab4e03f0ab
commit 8f713a96a2

View file

@ -353,7 +353,7 @@ class AgentTicketTagTest < TestCase
end end
def test_b_tags def test_b_tags
tag_prefix = "tag#{rand(999_999_999)}" tag_prefix = "tag#{rand(1000)}"
@browser = browser_instance @browser = browser_instance
login( login(