Time dependant product categories for users
This commit is contained in:
@@ -37,6 +37,11 @@ module SpecEmberHelpers
|
||||
page.execute_script "$('#{selector}').click()"
|
||||
end
|
||||
|
||||
def js_text(selector)
|
||||
find selector
|
||||
page.evaluate_script("$('#{selector}').text()")
|
||||
end
|
||||
|
||||
def ember_find(typeKey, id)
|
||||
h = page.evaluate_script <<-SCRIPT
|
||||
App.__container__.lookup('store:main').all('#{typeKey}').findBy('id', '#{id}').serialize()
|
||||
|
||||
Reference in New Issue
Block a user