data_magic icon indicating copy to clipboard operation
data_magic copied to clipboard

Provides datasets to application via yaml files

Results 6 data_magic issues
Sort by recently updated
recently updated
newest added

Errors due to deprecated methods: - Passing `include_secondary` with the 1st argument of `street_address` is deprecated. - Passing `name` with the 1st argument of `email` is deprecated.

My code in default.yml is: ``` forgot_password_page: email_address: ~email_address ``` and in forgot_password_page.rb is: ``` include PageObject include DataMagic def submit_forgot_password(data = {}) populate_page_with data_for(:forgot_password_page, data) end end ``` After...

Is this gem still supported? Tests are failing: ``` 61 examples, 8 failures ``` CI stopped 2 years ago: ![image](https://user-images.githubusercontent.com/6510020/63766787-9af6d380-c8d4-11e9-935e-030bc4306601.png)

Hi @cheezy Currently in the methods if we have please waits & conditions likes if, else etc. I am unable to use data magic. Say if I have methods that...

current implementations of YAML.load block aliases by default. Issue noticed when upgrading from ruby 3.0 to 3.2 but I believe the issue was introduced in 3.1 Feature request: allow optional...