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
I wrote a test in a rails application that has spree commerce,
when I run it in console I get: TypeError
The browser based test suite passes though.
$ be rake teaspoon
Starting the Teaspoon server...
Teaspoon running default suite at http://127.0.0.1:58804/teaspoon/default
TypeError: undefined is not an object (evaluating 'window.SpreePaths.mounted_at')
# spree.self-1e510c93107b6414cfd67d51db14a3526a5d2ec9bf056d8a46768abfc1b14817.js:13 -- mountedAt
# spree.self-1e510c93107b6414cfd67d51db14a3526a5d2ec9bf056d8a46768abfc1b14817.js:23 -- pathFor
# spree.self-1e510c93107b6414cfd67d51db14a3526a5d2ec9bf056d8a46768abfc1b14817.js:54
# spree.self-1e510c93107b6414cfd67d51db14a3526a5d2ec9bf056d8a46768abfc1b14817.js:64
TypeError: undefined is not an object (evaluating 'window.SpreePaths.mounted_at')
rake teaspoon failed
$
The text was updated successfully, but these errors were encountered:
group :development, :test do
gem 'selenium-webdriver'
gem 'teaspoon', github: 'jejacks0n/teaspoon'
gem 'teaspoon-jasmine', github: 'jejacks0n/teaspoon'
end
I wrote a test in a rails application that has spree commerce,
when I run it in console I get: TypeError
The browser based test suite passes though.
The text was updated successfully, but these errors were encountered: