You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data should be randomized for data sets. There are some good "Faker" data classes that can provide some filler objects that get mapped to a set of data pool.
The text was updated successfully, but these errors were encountered:
Instead of the entire faker.js module, we could use the DataGenerator which allows us to create methods such as region() which return values the Battle.net API expect.
test-runner/tests/access/community/wow/achievements/retrieve-achievement.js
Line 27 in 13ebf4a
Data should be randomized for data sets. There are some good "Faker" data classes that can provide some filler objects that get mapped to a set of data pool.
The text was updated successfully, but these errors were encountered: