Sha256: 1cc4c9cb99b90f55784e8be2775e093aa8de39223f029c811053f7b74ae5b357

Contents?: true

Size: 390 Bytes

Versions: 5

Compression:

Stored size: 390 Bytes

Contents

# frozen_string_literal: true


def contact_template
{ id: :humans, role: nil, date: { companies: [], project: {}, events: {}, last_name: nil, first_name: nil ,
                                  emails: { home: nil }, phones: {}, address: {}, groups: [] } }
end


element({id: :testing, data: contact_template})
# grab(:testing).data(contact_template)


wait 2 do
  grab(:testing).data
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
atome-0.5.7.6.0 vendor/assets/application/examples/test.rb
atome-0.5.7.5.9 vendor/assets/application/examples/test.rb
atome-0.5.7.5.4 vendor/assets/application/examples/test.rb
atome-0.5.7.5.3 vendor/assets/application/examples/test.rb
atome-0.5.7.5.1 vendor/assets/application/examples/test.rb