Skip to content

Instantly share code, notes, and snippets.

@snehaso
Created July 23, 2019 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snehaso/04552d97c8c7640a92a84c474f49aae9 to your computer and use it in GitHub Desktop.
Save snehaso/04552d97c8c7640a92a84c474f49aae9 to your computer and use it in GitHub Desktop.
karma_output.log
^C~/dev/freeagent (aws/chrome *) $ ./node_modules/karma/bin/karma start config/karma.conf.js --browsers=Chrome --single-run=false
23 07 2019 10:27:20.582:DEBUG [config]: Loading config /Users/snehasomwanshi/dev/freeagent/config/karma.conf.js
23 07 2019 10:27:20.587:DEBUG [karma-server]: Final config Config {
LOG_DISABLE: 'OFF',
LOG_ERROR: 'ERROR',
LOG_WARN: 'WARN',
LOG_INFO: 'INFO',
LOG_DEBUG: 'DEBUG',
frameworks: [ 'jasmine', 'fixture' ],
protocol: 'http:',
port: 9876,
listenAddress: '0.0.0.0',
hostname: 'localhost',
httpsServerConfig: {},
basePath: '/Users/snehasomwanshi/dev/freeagent',
files:
[ Pattern {
pattern: '/Users/snehasomwanshi/dev/freeagent/spec/javascripts/spec_helper.coffee',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 0, 0, 0, 0, 0 ],
type: undefined },
Pattern {
pattern: '/Users/snehasomwanshi/dev/freeagent/karma-fixture.conf.rb',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 0, 0, 0, 0, 0 ],
type: undefined },
Pattern {
pattern: '/Users/snehasomwanshi/dev/freeagent/app/javascript/packs/application.js',
served: true,
included: false,
watched: false,
nocache: true,
weight: [ 1, 0, 0, 0, 0, 0 ],
type: undefined },
Pattern {
pattern: '/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/**/*.html',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 1, 1, 0, 0, 0 ],
type: undefined },
Pattern {
pattern: '/Users/snehasomwanshi/dev/freeagent/spec/javascripts/support/*.js',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 0, 1, 0, 0, 0 ],
type: undefined },
Pattern {
pattern: '/Users/snehasomwanshi/dev/freeagent/spec/javascripts/helpers/*.js',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 0, 1, 0, 0, 0 ],
type: undefined },
Pattern {
pattern: '/Users/snehasomwanshi/dev/freeagent/app/assets/images/**/**/*.png',
served: true,
included: false,
watched: false,
nocache: false,
weight: [ 1, 2, 1, 0, 0, 0 ],
type: undefined },
Pattern {
pattern: '/Users/snehasomwanshi/dev/freeagent/spec/javascripts/**/*_spec.js',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 1, 1, 0, 0, 0 ],
type: undefined } ],
browserConsoleLogOptions: { level: 'debug', format: '%b %T: %m', terminal: true },
customContextFile: null,
customDebugFile: null,
customClientContextFile: null,
exclude: [ '/Users/snehasomwanshi/dev/freeagent/config/karma.conf.js' ],
logLevel: 'DEBUG',
colors: true,
autoWatch: true,
autoWatchBatchDelay: 250,
restartOnFileChange: false,
usePolling: false,
reporters: [ 'progress' ],
singleRun: false,
browsers: [ 'Chrome' ],
captureTimeout: 60000,
proxies: { '/assets/': '/app/assets/' },
proxyValidateSSL: true,
preprocessors:
{ '/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/*.html': [ 'html2js' ],
'/Users/snehasomwanshi/dev/freeagent/app/assets/javascripts/**/*.coffee': [ 'coffee' ],
'/Users/snehasomwanshi/dev/freeagent/spec/javascripts/spec_helper.coffee': [ 'coffee' ],
'/Users/snehasomwanshi/dev/freeagent/coffee/**/*.coffee': [ 'coffee' ],
'/Users/snehasomwanshi/dev/freeagent/spec/**/*.coffee': [ 'coffee' ] },
urlRoot: '/',
upstreamProxy: undefined,
reportSlowerThan: 0,
loggers:
[ { type: 'console',
layout: { type: 'pattern', pattern: '%[%d{DATE}:%p [%c]: %]%m' } } ],
transports: [ 'polling', 'websocket' ],
forceJSONP: false,
plugins:
[ 'karma-coffee-preprocessor',
'karma-fixture',
'karma-jasmine',
'karma-chrome-launcher',
'karma-webpack',
'karma-html2js-preprocessor' ],
client:
{ args: [],
useIframe: true,
runInParent: false,
captureConsole: true,
clearContext: true },
defaultClient:
{ args: [],
useIframe: true,
runInParent: false,
captureConsole: true,
clearContext: true },
browserDisconnectTimeout: 2000,
browserDisconnectTolerance: 0,
browserNoActivityTimeout: 30000,
processKillTimeout: 2000,
concurrency: Infinity,
failOnEmptyTestSuite: true,
retryLimit: 2,
detached: false,
crossOriginAttribute: true,
browserSocketTimeout: 20000,
cmd: 'start',
configFile: '/Users/snehasomwanshi/dev/freeagent/config/karma.conf.js',
coffeePreprocessor:
{ options: { bare: true, sourceMap: false },
transformPath: [Function: transformPath] } }
23 07 2019 10:27:20.588:DEBUG [plugin]: Loading plugin karma-coffee-preprocessor.
23 07 2019 10:27:20.609:DEBUG [plugin]: Loading plugin karma-fixture.
23 07 2019 10:27:20.610:DEBUG [plugin]: Loading plugin karma-jasmine.
23 07 2019 10:27:20.610:DEBUG [plugin]: Loading plugin karma-chrome-launcher.
23 07 2019 10:27:20.612:DEBUG [plugin]: Loading plugin karma-webpack.
23 07 2019 10:27:20.834:DEBUG [plugin]: Loading plugin karma-html2js-preprocessor.
23 07 2019 10:27:20.843:DEBUG [web-server]: Instantiating middleware
23 07 2019 10:27:20.863:DEBUG [filelist]: Not preprocessing "/Users/snehasomwanshi/dev/freeagent/app/javascript/packs/application.js" due to nocache
23 07 2019 10:27:21.035:DEBUG [preprocessor.coffee]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/spec_helper.coffee".
23 07 2019 10:27:21.041:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/active_bank_account_status_fieldset.html".
23 07 2019 10:27:21.041:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/alert_modals.html".
23 07 2019 10:27:21.042:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/blank.html".
23 07 2019 10:27:21.042:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/autocomplete.html".
23 07 2019 10:27:21.043:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/autocomplete_disabled.html".
23 07 2019 10:27:21.043:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/button_debounce.html".
23 07 2019 10:27:21.043:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/company_delete_requests.html".
23 07 2019 10:27:21.044:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/containerClick_table.html".
23 07 2019 10:27:21.044:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/compromised_password_watch.html".
23 07 2019 10:27:21.045:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/cumulativeSlider.html".
23 07 2019 10:27:21.046:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/containerClick_section.html".
23 07 2019 10:27:21.046:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/email_attachments.html".
23 07 2019 10:27:21.047:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/fa_poll.html".
23 07 2019 10:27:21.047:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/email_templates.html".
23 07 2019 10:27:21.047:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/estimate_list.html".
23 07 2019 10:27:21.047:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/fa_truncated_text.html".
23 07 2019 10:27:21.047:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/fa.recurringWarning.html".
23 07 2019 10:27:21.047:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/flash_notice.html".
23 07 2019 10:27:21.048:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/hidden_bank_account_status_fieldset.html".
23 07 2019 10:27:21.048:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/jquery.multiCurrency.html".
23 07 2019 10:27:21.048:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/invoice_form.html".
23 07 2019 10:27:21.049:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/jquery.rebillable.html".
23 07 2019 10:27:21.049:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/jquery.warningCalendar.html".
23 07 2019 10:27:21.049:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/make_it_toggle.html".
23 07 2019 10:27:21.049:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/meta_panel_groups.html".
23 07 2019 10:27:21.050:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/monthly_profit_and_loss.html".
23 07 2019 10:27:21.050:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/primary_bank_account_status_fieldset.html".
23 07 2019 10:27:21.050:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/react.html".
23 07 2019 10:27:21.050:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/readOnly_buttons.html".
23 07 2019 10:27:21.050:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/referral_code.html".
23 07 2019 10:27:21.051:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/register_password_match.html".
23 07 2019 10:27:21.051:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/rowMaker_row.html".
23 07 2019 10:27:21.052:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/self_assessment_form.html".
23 07 2019 10:27:21.052:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timeslipTimer.html".
23 07 2019 10:27:21.052:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/self_assessment_locking.html".
23 07 2019 10:27:21.053:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timetracking_autocomplete.html".
23 07 2019 10:27:21.053:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timetracking_timer.html".
23 07 2019 10:27:21.053:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timetracking_timeslips.html".
23 07 2019 10:27:21.053:DEBUG [preprocessor.html2js]: Processing "/Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/toggle_report_form.html".
23 07 2019 10:27:21.100:DEBUG [karma-server]: List of files has changed, trying to execute
23 07 2019 10:27:21.100:WARN [karma]: No captured browser, open http://localhost:9877/
23 07 2019 10:27:21.116:DEBUG [watcher]: Watching "/Users/snehasomwanshi/dev/freeagent/karma-fixture.conf.rb"
23 07 2019 10:27:21.117:DEBUG [watcher]: Watching "/Users/snehasomwanshi/dev/freeagent/spec/javascripts"
23 07 2019 10:27:21.117:INFO [karma-server]: Karma v4.2.0 server started at http://0.0.0.0:9877/
23 07 2019 10:27:21.118:INFO [launcher]: Launching browsers Chrome with concurrency unlimited
23 07 2019 10:27:21.121:INFO [launcher]: Starting browser Chrome
23 07 2019 10:27:21.121:DEBUG [launcher]: null -> BEING_CAPTURED
23 07 2019 10:27:21.121:DEBUG [temp-dir]: Creating temp dir at /var/folders/w9/kx5bcrds6x96ppttbyl2n_200000gn/T/karma-92276929
23 07 2019 10:27:21.122:DEBUG [launcher]: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome --user-data-dir=/var/folders/w9/kx5bcrds6x96ppttbyl2n_200000gn/T/karma-92276929 --enable-automation --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate --disable-background-timer-throttling --disable-renderer-backgrounding --disable-device-discovery-notifications http://localhost:9877/?id=92276929
23 07 2019 10:27:21.452:DEBUG [web-server]: serving: /Users/snehasomwanshi/dev/freeagent/node_modules/karma/static/client.html
23 07 2019 10:27:21.846:DEBUG [web-server]: serving: /Users/snehasomwanshi/dev/freeagent/node_modules/karma/static/karma.js
23 07 2019 10:27:22.140:DEBUG [karma-server]: A browser has connected on socket DjrEsxVkxOTk4x6OAAAA
23 07 2019 10:27:22.141:DEBUG [web-server]: serving: /Users/snehasomwanshi/dev/freeagent/node_modules/karma/static/favicon.ico
23 07 2019 10:27:22.142:DEBUG [web-server]: upgrade /socket.io/?EIO=3&transport=websocket&sid=DjrEsxVkxOTk4x6OAAAA
23 07 2019 10:27:22.143:DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/?EIO=3&transport=websocket&sid=DjrEsxVkxOTk4x6OAAAA
23 07 2019 10:27:22.153:DEBUG [Chrome 75.0.3770 (Mac OS X 10.14.5)]: undefined -> CONNECTED
23 07 2019 10:27:22.153:INFO [Chrome 75.0.3770 (Mac OS X 10.14.5)]: Connected on socket DjrEsxVkxOTk4x6OAAAA with id 92276929
23 07 2019 10:27:22.154:DEBUG [launcher]: BEING_CAPTURED -> CAPTURED
23 07 2019 10:27:22.154:DEBUG [launcher]: Chrome (id 92276929) captured in 1.036 secs
23 07 2019 10:27:22.154:DEBUG [karma]: All browsers are ready, executing
23 07 2019 10:27:22.154:DEBUG [karma]: Captured 1 browsers
23 07 2019 10:27:22.159:DEBUG [middleware:karma]: custom files null null null
23 07 2019 10:27:22.159:DEBUG [middleware:karma]: Serving static request /context.html
23 07 2019 10:27:22.159:DEBUG [web-server]: serving: /Users/snehasomwanshi/dev/freeagent/node_modules/karma/static/context.html
23 07 2019 10:27:22.160:WARN [middleware:karma]: Invalid file type (rb), defaulting to js.
23 07 2019 10:27:22.167:DEBUG [web-server]: serving: /Users/snehasomwanshi/dev/freeagent/node_modules/karma/static/context.js
23 07 2019 10:27:22.168:DEBUG [middleware:source-files]: Requesting /base/node_modules/karma-fixture/lib/fixture.js?bfac450a65e0a58b396442a83ba6140f8ba03b16
23 07 2019 10:27:22.169:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/node_modules/karma-fixture/lib/fixture.js
23 07 2019 10:27:22.169:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/node_modules/karma-fixture/lib/fixture.js
23 07 2019 10:27:22.170:DEBUG [middleware:source-files]: Requesting /base/node_modules/karma-fixture/lib/adapter.js?dcd9404314e7e0a4fe1e51f845a1c382e25c3b0b
23 07 2019 10:27:22.170:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/node_modules/karma-fixture/lib/adapter.js
23 07 2019 10:27:22.170:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/node_modules/karma-fixture/lib/adapter.js
23 07 2019 10:27:22.171:DEBUG [middleware:source-files]: Requesting /base/node_modules/karma-jasmine/lib/adapter.js?3098011cfe00faa2a869a8cffce13f3befc1a035
23 07 2019 10:27:22.171:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/node_modules/karma-jasmine/lib/adapter.js
23 07 2019 10:27:22.187:DEBUG [middleware:source-files]: Requesting /base/node_modules/jasmine-core/lib/jasmine-core/jasmine.js?be3ff9a5e2d6d748de5b900ac3c6d9603e2942a7
23 07 2019 10:27:22.187:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/node_modules/jasmine-core/lib/jasmine-core/jasmine.js
23 07 2019 10:27:22.187:DEBUG [middleware:source-files]: Requesting /base/node_modules/karma-jasmine/lib/boot.js?945a38bf4e45ad2770eb94868231905a04a0bd3e
23 07 2019 10:27:22.187:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/node_modules/karma-jasmine/lib/boot.js
23 07 2019 10:27:22.188:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/node_modules/karma-jasmine/lib/adapter.js
23 07 2019 10:27:22.188:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/node_modules/jasmine-core/lib/jasmine-core/jasmine.js
23 07 2019 10:27:22.189:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/node_modules/karma-jasmine/lib/boot.js
23 07 2019 10:27:22.189:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/spec_helper.js?adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
23 07 2019 10:27:22.189:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/spec_helper.js
23 07 2019 10:27:22.189:DEBUG [middleware:source-files]: Requesting /base/karma-fixture.conf.rb?a1e75183a48d576c67dcf7b07d733f060d30e19c
23 07 2019 10:27:22.189:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/karma-fixture.conf.rb
23 07 2019 10:27:22.189:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/spec_helper.js
23 07 2019 10:27:22.190:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/karma-fixture.conf.rb
23 07 2019 10:27:22.190:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/active_bank_account_status_fieldset.html.js?6596b101da75b651c79f6d169664a5446bac9865
23 07 2019 10:27:22.190:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/active_bank_account_status_fieldset.html.js
23 07 2019 10:27:22.191:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/active_bank_account_status_fieldset.html.js
23 07 2019 10:27:22.191:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/alert_modals.html.js?2047e181317ad12f84fa88ed23e7579bc2cb19b0
23 07 2019 10:27:22.191:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/alert_modals.html.js
23 07 2019 10:27:22.192:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/alert_modals.html.js
23 07 2019 10:27:22.194:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/autocomplete.html.js?b5f1379d05d6984063c1be5d8a787ad4f3aa02ec
23 07 2019 10:27:22.194:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/autocomplete.html.js
23 07 2019 10:27:22.194:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/autocomplete.html.js
23 07 2019 10:27:22.194:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/autocomplete_disabled.html.js?f1f73b484694dd369461a341b40a26145846c04b
23 07 2019 10:27:22.195:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/autocomplete_disabled.html.js
23 07 2019 10:27:22.195:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/blank.html.js?1803cb2d34908ae24896b0267ce20a3e84803ba0
23 07 2019 10:27:22.195:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/blank.html.js
23 07 2019 10:27:22.195:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/button_debounce.html.js?561acf2de2ecb90127d19805f739cc490d19e8db
23 07 2019 10:27:22.195:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/button_debounce.html.js
23 07 2019 10:27:22.195:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/autocomplete_disabled.html.js
23 07 2019 10:27:22.196:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/blank.html.js
23 07 2019 10:27:22.196:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/button_debounce.html.js
23 07 2019 10:27:22.197:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/containerClick_section.html.js?cb52b63065fe95bb6622cb6d9613799353510958
23 07 2019 10:27:22.197:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/containerClick_section.html.js
23 07 2019 10:27:22.197:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/company_delete_requests.html.js?a322a4141748b5aebd33c9ecc528980e1b792b44
23 07 2019 10:27:22.197:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/company_delete_requests.html.js
23 07 2019 10:27:22.197:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/compromised_password_watch.html.js?2b5a8705e9fb1f07a033f0507928b35edaf411a9
23 07 2019 10:27:22.198:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/compromised_password_watch.html.js
23 07 2019 10:27:22.198:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/containerClick_section.html.js
23 07 2019 10:27:22.198:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/company_delete_requests.html.js
23 07 2019 10:27:22.199:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/compromised_password_watch.html.js
23 07 2019 10:27:22.199:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/email_attachments.html.js?6df2388bcf7840cc156f6de3979e0b4788e2bd91
23 07 2019 10:27:22.199:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/email_attachments.html.js
23 07 2019 10:27:22.199:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/containerClick_table.html.js?cb2bf59e6bf03709ddf5982648cc1987c8ff3710
23 07 2019 10:27:22.200:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/containerClick_table.html.js
23 07 2019 10:27:22.200:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/cumulativeSlider.html.js?6bbc3d4e874dc3aa8bcfd06f983dc02fe32de03c
23 07 2019 10:27:22.200:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/cumulativeSlider.html.js
23 07 2019 10:27:22.200:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/email_attachments.html.js
23 07 2019 10:27:22.200:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/containerClick_table.html.js
23 07 2019 10:27:22.200:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/cumulativeSlider.html.js
23 07 2019 10:27:22.201:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/email_templates.html.js?22cd465242556259ec08a501c9394807cacfea7c
23 07 2019 10:27:22.201:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/email_templates.html.js
23 07 2019 10:27:22.201:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/estimate_list.html.js?c7197440a7da6c3b32a89328a9e122ade8d0cfe9
23 07 2019 10:27:22.201:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/estimate_list.html.js
23 07 2019 10:27:22.201:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/email_templates.html.js
23 07 2019 10:27:22.202:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/estimate_list.html.js
23 07 2019 10:27:22.202:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/fa.recurringWarning.html.js?f9d50c537af84ba0e37a8a595fbbb5f80b989adb
23 07 2019 10:27:22.202:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/fa.recurringWarning.html.js
23 07 2019 10:27:22.202:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/fa_poll.html.js?ddfab44cfa7a9f5f9b76944b115f604d54d82cbe
23 07 2019 10:27:22.203:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/fa_poll.html.js
23 07 2019 10:27:22.203:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/fa_truncated_text.html.js?bac2dc416325a672aee5f3fcc07cb8fa0f4ad14a
23 07 2019 10:27:22.203:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/fa_truncated_text.html.js
23 07 2019 10:27:22.203:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/fa.recurringWarning.html.js
23 07 2019 10:27:22.203:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/fa_poll.html.js
23 07 2019 10:27:22.204:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/fa_truncated_text.html.js
23 07 2019 10:27:22.204:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/flash_notice.html.js?78acc97e2c42c282269a4879f56ccc48198a52d3
23 07 2019 10:27:22.204:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/flash_notice.html.js
23 07 2019 10:27:22.204:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/getting_started/business_details.html?7b0858823d9d67e6fa94ac6a0a87f4eb328074f4
23 07 2019 10:27:22.204:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/getting_started/business_details.html
23 07 2019 10:27:22.205:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/flash_notice.html.js
23 07 2019 10:27:22.205:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/getting_started/business_details.html
23 07 2019 10:27:22.205:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/hidden_bank_account_status_fieldset.html.js?3e232078dcc72c67a0f92436cb31ad7c068faa9d
23 07 2019 10:27:22.205:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/hidden_bank_account_status_fieldset.html.js
23 07 2019 10:27:22.206:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/invoice_form.html.js?378182ea54de5422c58484d3b9cea7ae253f5b69
23 07 2019 10:27:22.206:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/invoice_form.html.js
23 07 2019 10:27:22.206:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/jquery.multiCurrency.html.js?79c9520a46eb271e560e0a64ccf85ed852fa5506
23 07 2019 10:27:22.206:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/jquery.multiCurrency.html.js
23 07 2019 10:27:22.206:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/hidden_bank_account_status_fieldset.html.js
23 07 2019 10:27:22.206:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/invoice_form.html.js
23 07 2019 10:27:22.206:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/jquery.multiCurrency.html.js
23 07 2019 10:27:22.207:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/jquery.rebillable.html.js?83ff7985ccc2e24c55345617d4097623c7797669
23 07 2019 10:27:22.207:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/jquery.rebillable.html.js
23 07 2019 10:27:22.207:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/jquery.warningCalendar.html.js?0b5ce43f968f65e44a7c87ddf32956396a364cbc
23 07 2019 10:27:22.207:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/jquery.warningCalendar.html.js
23 07 2019 10:27:22.207:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/jquery.rebillable.html.js
23 07 2019 10:27:22.208:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/jquery.warningCalendar.html.js
23 07 2019 10:27:22.208:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/make_it_toggle.html.js?57e1525e9b677df29ae37c61edcc962795e58ac3
23 07 2019 10:27:22.208:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/make_it_toggle.html.js
23 07 2019 10:27:22.208:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/meta_panel_groups.html.js?31df927e54f5ad6581925aea5c9518760b609a0a
23 07 2019 10:27:22.208:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/meta_panel_groups.html.js
23 07 2019 10:27:22.208:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/monthly_profit_and_loss.html.js?c1827a149149611a992f6c0c91d1acb93d7f4281
23 07 2019 10:27:22.209:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/monthly_profit_and_loss.html.js
23 07 2019 10:27:22.209:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/make_it_toggle.html.js
23 07 2019 10:27:22.209:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/meta_panel_groups.html.js
23 07 2019 10:27:22.209:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/monthly_profit_and_loss.html.js
23 07 2019 10:27:22.209:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/primary_bank_account_status_fieldset.html.js?7b5dde9aff18962550ed4bc5683f4dc9d151a785
23 07 2019 10:27:22.209:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/primary_bank_account_status_fieldset.html.js
23 07 2019 10:27:22.210:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/react.html.js?21a8b1d66898db60fe92eb9030bebc1403fb6cad
23 07 2019 10:27:22.210:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/react.html.js
23 07 2019 10:27:22.210:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/primary_bank_account_status_fieldset.html.js
23 07 2019 10:27:22.210:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/react.html.js
23 07 2019 10:27:22.210:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/readOnly_buttons.html.js?320ea4b8cc506153e42bf096c62f15b639716c18
23 07 2019 10:27:22.211:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/readOnly_buttons.html.js
23 07 2019 10:27:22.211:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/referral_code.html.js?e84f7e6234272e15db50bae982a2a7edbee20696
23 07 2019 10:27:22.211:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/referral_code.html.js
23 07 2019 10:27:22.211:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/readOnly_buttons.html.js
23 07 2019 10:27:22.211:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/referral_code.html.js
23 07 2019 10:27:22.212:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/register_password_match.html.js?9e34eff1d51b15075d6a0050ab4ac91297c19117
23 07 2019 10:27:22.212:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/register_password_match.html.js
23 07 2019 10:27:22.212:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/rowMaker_row.html.js?e45f6d00ad0c6c8ad389fc7c752d2495e9b5b1f0
23 07 2019 10:27:22.212:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/rowMaker_row.html.js
23 07 2019 10:27:22.212:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/self_assessment_form.html.js?9d2625e8fa5d4cabb55067dedfafc5600b1c2812
23 07 2019 10:27:22.212:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/self_assessment_form.html.js
23 07 2019 10:27:22.213:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/register_password_match.html.js
23 07 2019 10:27:22.213:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/rowMaker_row.html.js
23 07 2019 10:27:22.213:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/self_assessment_form.html.js
23 07 2019 10:27:22.214:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/self_assessment_locking.html.js?70eb3ce5dfcc14dce9553203b979ac1a6ffb69a3
23 07 2019 10:27:22.214:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/self_assessment_locking.html.js
23 07 2019 10:27:22.214:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/timeslipTimer.html.js?27f4d63a71dd373ea8553cb0650eeea5b2cf2162
23 07 2019 10:27:22.214:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timeslipTimer.html.js
23 07 2019 10:27:22.214:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/self_assessment_locking.html.js
23 07 2019 10:27:22.215:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timeslipTimer.html.js
23 07 2019 10:27:22.216:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/timetracking_autocomplete.html.js?571f38338eddd4666d19c608bd8deeace41329eb
23 07 2019 10:27:22.216:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timetracking_autocomplete.html.js
23 07 2019 10:27:22.216:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/timetracking_timer.html.js?320fabb7a0f4f2408bfda51c5e92db5a97887e17
23 07 2019 10:27:22.216:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timetracking_timer.html.js
23 07 2019 10:27:22.217:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/timetracking_timeslips.html.js?747316c541d3861e340eaf407d9054a6b9031c3b
23 07 2019 10:27:22.217:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timetracking_timeslips.html.js
23 07 2019 10:27:22.217:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timetracking_autocomplete.html.js
23 07 2019 10:27:22.217:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timetracking_timer.html.js
23 07 2019 10:27:22.217:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/timetracking_timeslips.html.js
23 07 2019 10:27:22.218:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fixtures/toggle_report_form.html.js?c9928a648fed7c7792ad35d0e5b452307b307096
23 07 2019 10:27:22.218:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/toggle_report_form.html.js
23 07 2019 10:27:22.218:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/support/mock-ajax.js?6b1bbf5dbf1086cc7d5e62dc6ffaf57edc5569e6
23 07 2019 10:27:22.218:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/support/mock-ajax.js
23 07 2019 10:27:22.218:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fixtures/toggle_report_form.html.js
23 07 2019 10:27:22.218:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/support/mock-ajax.js
23 07 2019 10:27:22.219:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/helpers/autocomplete_responses.js?40a1678989ac8c6f295217b007b6bb5563238d32
23 07 2019 10:27:22.219:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/helpers/autocomplete_responses.js
23 07 2019 10:27:22.219:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/helpers/csv_to_array.js?8bbe3f55cc78972d9d666ba7c0b813cdc68f9c8c
23 07 2019 10:27:22.219:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/helpers/csv_to_array.js
23 07 2019 10:27:22.219:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/alert_modals_spec.js?8874dd394126bfbc4760a16d5122bc6352558040
23 07 2019 10:27:22.219:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/alert_modals_spec.js
23 07 2019 10:27:22.220:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/helpers/autocomplete_responses.js
23 07 2019 10:27:22.220:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/helpers/csv_to_array.js
23 07 2019 10:27:22.220:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/alert_modals_spec.js
23 07 2019 10:27:22.221:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/attachable_spec.js?456807902528bc755edd4879a230c30507016a6f
23 07 2019 10:27:22.221:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/attachable_spec.js
23 07 2019 10:27:22.221:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/autocomplete_disabled_spec.js?2512356218c8439650b4e4b0abb6943e5410b63f
23 07 2019 10:27:22.221:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/autocomplete_disabled_spec.js
23 07 2019 10:27:22.222:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/attachable_spec.js
23 07 2019 10:27:22.222:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/autocomplete_disabled_spec.js
23 07 2019 10:27:22.222:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/autocomplete_spec.js?4583574e464114327e1482b620a29ea12079071f
23 07 2019 10:27:22.222:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/autocomplete_spec.js
23 07 2019 10:27:22.222:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/company_delete_requests_spec.js?46086ef18d99f7dd9922e83e504bba32e2cd1c6b
23 07 2019 10:27:22.223:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/company_delete_requests_spec.js
23 07 2019 10:27:22.223:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/cumulativeSlider_spec.js?0c5eef88fc6da330472cce0bdcf0b25c3b6c3e4a
23 07 2019 10:27:22.223:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/cumulativeSlider_spec.js
23 07 2019 10:27:22.223:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/autocomplete_spec.js
23 07 2019 10:27:22.223:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/company_delete_requests_spec.js
23 07 2019 10:27:22.224:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/cumulativeSlider_spec.js
23 07 2019 10:27:22.224:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/email_templates_spec.js?f928c268e38dd487f8ac18b218be09cfb87a6e9d
23 07 2019 10:27:22.224:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/email_templates_spec.js
23 07 2019 10:27:22.224:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/estimate_history_spec.js?88a2a197959529a750ebcafceec21cc2a59d326c
23 07 2019 10:27:22.224:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/estimate_history_spec.js
23 07 2019 10:27:22.225:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/email_templates_spec.js
23 07 2019 10:27:22.225:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/estimate_history_spec.js
23 07 2019 10:27:22.225:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fa.bank_account_status_fieldset_spec.js?c1a54968c0d3248d79fe9448fb58b210a0f37a64
23 07 2019 10:27:22.225:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa.bank_account_status_fieldset_spec.js
23 07 2019 10:27:22.226:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fa.notification_handler_spec.js?34454bf15c7d3ffb63feac7317f0030e3fe52495
23 07 2019 10:27:22.226:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa.notification_handler_spec.js
23 07 2019 10:27:22.226:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa.bank_account_status_fieldset_spec.js
23 07 2019 10:27:22.226:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa.notification_handler_spec.js
23 07 2019 10:27:22.227:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fa.popup_window_spec.js?4f5ef2c4dbd88b2c77932aa6a10f52c114c6145c
23 07 2019 10:27:22.227:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa.popup_window_spec.js
23 07 2019 10:27:22.227:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fa.table_to_csv_spec.js?909a461e4cb1b5bf805b4154b96477b4f2453ddf
23 07 2019 10:27:22.227:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa.table_to_csv_spec.js
23 07 2019 10:27:22.250:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fa_currency_extensions_spec.js?441ff6095b1d069d8fe1d1633bbd312f0242b2af
23 07 2019 10:27:22.250:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa_currency_extensions_spec.js
23 07 2019 10:27:22.251:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa.popup_window_spec.js
23 07 2019 10:27:22.251:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa.table_to_csv_spec.js
23 07 2019 10:27:22.251:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa_currency_extensions_spec.js
23 07 2019 10:27:22.251:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/fa_multitouch_extensions_spec.js?3228c7ceb5fc5a420f3181e81f34db52b75446dc
23 07 2019 10:27:22.252:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa_multitouch_extensions_spec.js
23 07 2019 10:27:22.252:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/getting_started_company_registration_number_spec.js?8d8ffcead61f59551762b28e4da0cde0747886fb
23 07 2019 10:27:22.252:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/getting_started_company_registration_number_spec.js
23 07 2019 10:27:22.252:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/fa_multitouch_extensions_spec.js
23 07 2019 10:27:22.252:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/getting_started_company_registration_number_spec.js
23 07 2019 10:27:22.253:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/getting_started_search_spec.js?b2237b70371f47fa4bf0da08777b6fd21b049a81
23 07 2019 10:27:22.253:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/getting_started_search_spec.js
23 07 2019 10:27:22.253:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/jquery.compromised_password_watch_spec.js?ab66fc15834bac492072813875eeaa0a92f09582
23 07 2019 10:27:22.253:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.compromised_password_watch_spec.js
23 07 2019 10:27:22.253:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/jquery.multiCurrency_spec.js?7735e6f9a6c2d4657603fd19e1ce5ba5515c9bb0
23 07 2019 10:27:22.253:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.multiCurrency_spec.js
23 07 2019 10:27:22.253:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/getting_started_search_spec.js
23 07 2019 10:27:22.254:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.compromised_password_watch_spec.js
23 07 2019 10:27:22.254:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.multiCurrency_spec.js
23 07 2019 10:27:22.254:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/jquery.notifications_spec.js?fc863bcdecd8e657681445f47134280198bb6d85
23 07 2019 10:27:22.254:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.notifications_spec.js
23 07 2019 10:27:22.254:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/jquery.password_complexity_meter_spec.js?40eb73e44d7c79524ecfed25bc58501db1daf61f
23 07 2019 10:27:22.255:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.password_complexity_meter_spec.js
23 07 2019 10:27:22.255:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.notifications_spec.js
23 07 2019 10:27:22.255:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.password_complexity_meter_spec.js
23 07 2019 10:27:22.255:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/jquery.rebillable_spec.js?e0ebc64864951bd1dd7ec4941fba219fe561a971
23 07 2019 10:27:22.256:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.rebillable_spec.js
23 07 2019 10:27:22.256:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/jquery.rowMaker_spec.js?cd1878a12648fc1150e46739aada47173d624c2e
23 07 2019 10:27:22.256:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.rowMaker_spec.js
23 07 2019 10:27:22.256:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.rebillable_spec.js
23 07 2019 10:27:22.256:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.rowMaker_spec.js
23 07 2019 10:27:22.257:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/jquery.warningCalendar_spec.js?66299a8333a1ea4c61ac5c8a8a331c62b270501a
23 07 2019 10:27:22.257:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.warningCalendar_spec.js
23 07 2019 10:27:22.257:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/jquery_extensions_spec.js?3991ab7d5980cf950a56d063eda0487541f52d1c
23 07 2019 10:27:22.257:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery_extensions_spec.js
23 07 2019 10:27:22.257:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/make_it_toggle_spec.js?14d0d721260f1aba0fa93c46954888ae28fe0f3b
23 07 2019 10:27:22.257:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/make_it_toggle_spec.js
23 07 2019 10:27:22.258:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery.warningCalendar_spec.js
23 07 2019 10:27:22.258:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/jquery_extensions_spec.js
23 07 2019 10:27:22.258:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/make_it_toggle_spec.js
23 07 2019 10:27:22.258:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/multiple_projects_selector_spec.js?c924bee45ee097bd6df8972f918db25e0e16d0ac
23 07 2019 10:27:22.258:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/multiple_projects_selector_spec.js
23 07 2019 10:27:22.259:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/practice_dashboard/reports_spec.js?f647aae91e29659a2685ea57871c9ee0111a9095
23 07 2019 10:27:22.259:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/practice_dashboard/reports_spec.js
23 07 2019 10:27:22.259:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/selfAssessmentForm_spec.js?bd6f1d15c20f8515946af6866c98b0aed7b52d17
23 07 2019 10:27:22.259:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/selfAssessmentForm_spec.js
23 07 2019 10:27:22.259:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/multiple_projects_selector_spec.js
23 07 2019 10:27:22.260:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/practice_dashboard/reports_spec.js
23 07 2019 10:27:22.260:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/selfAssessmentForm_spec.js
23 07 2019 10:27:22.260:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/selfAssessmentForm_validator_spec.js?f32a37be4f8c658bea114e17c0353f06f4555977
23 07 2019 10:27:22.260:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/selfAssessmentForm_validator_spec.js
23 07 2019 10:27:22.260:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/selfAssessmentLocking_spec.js?8db9bf593f7f9bcc175d39b31d6b3b8b360387c8
23 07 2019 10:27:22.261:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/selfAssessmentLocking_spec.js
23 07 2019 10:27:22.261:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/start_timer_button_spec.js?aa9e6a1227b561d100a1486ff1deb00ea1d16633
23 07 2019 10:27:22.261:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/start_timer_button_spec.js
23 07 2019 10:27:22.261:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/selfAssessmentForm_validator_spec.js
23 07 2019 10:27:22.261:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/selfAssessmentLocking_spec.js
23 07 2019 10:27:22.262:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/start_timer_button_spec.js
23 07 2019 10:27:22.262:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/timeslipTimer_spec.js?d74953c8543c16c29fa2578a93cde243f59200ed
23 07 2019 10:27:22.262:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/timeslipTimer_spec.js
23 07 2019 10:27:22.263:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/timetracking_autocomplete_spec.js?4329ddb266144ac146255c6de99a903c47e6f454
23 07 2019 10:27:22.263:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/timetracking_autocomplete_spec.js
23 07 2019 10:27:22.263:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/timetracking_timers_spec.js?a6b3d305512e55be8a20c9ea394e74020ec98b64
23 07 2019 10:27:22.263:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/timetracking_timers_spec.js
23 07 2019 10:27:22.263:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/timeslipTimer_spec.js
23 07 2019 10:27:22.263:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/timetracking_autocomplete_spec.js
23 07 2019 10:27:22.264:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/timetracking_timers_spec.js
23 07 2019 10:27:22.264:DEBUG [middleware:source-files]: Requesting /base/spec/javascripts/twoDP_spec.js?3aa15d6218f6997484c889578e7eab35e55bd91f
23 07 2019 10:27:22.264:DEBUG [middleware:source-files]: Fetching /Users/snehasomwanshi/dev/freeagent/spec/javascripts/twoDP_spec.js
23 07 2019 10:27:22.264:DEBUG [web-server]: serving (cached): /Users/snehasomwanshi/dev/freeagent/spec/javascripts/twoDP_spec.js
23 07 2019 10:27:22.291:DEBUG [Chrome 75.0.3770 (Mac OS X 10.14.5)]: CONNECTED -> EXECUTING
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv when headerData is provided should preserve the remaining table FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:65:7)
at <Jasmine>
TypeError: Cannot read property 'length' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:75:30)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv when headerData is provided should attach a header to the CSV FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:65:7)
at <Jasmine>
TypeError: Cannot read property '0' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:70:29)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv should create the correct number of CSV rows FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
TypeError: Cannot read property 'length' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:17:30)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv should insert extra columns to account for "colspan" FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
TypeError: Cannot read property '0' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:46:21)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv should create the correct number of CSV columns FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
TypeError: Cannot read property '3' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:23:21)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv should preserve negativity FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
TypeError: Cannot read property 'length' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:50:36)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv should remove the number group separator FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
TypeError: Cannot read property 'length' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:55:36)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv should strip currency symbols from table cells if they are <td>s with the "num" class FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
TypeError: Cannot read property 'length' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:29:34)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv should strip currency symbols from table cells unless they are <th>s FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
TypeError: Cannot read property '0' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:33:23)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv should strip currency symbols from table cells unless they are missing the "num" class FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
TypeError: Cannot read property '16' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:37:23)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) table_to_csv should strip currency symbols from table cells if they are symbols on their own FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:8:5)
at <Jasmine>
TypeError: Cannot read property '0' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.table_to_csv_spec.js:41:23)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) autocomplete (disabled) on page load should load all of the dynamic autocomplete elements FAILED
ReferenceError: createAutocomplete is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_disabled_spec.js:9:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_disabled_spec.js:31:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) autocomplete (disabled) when searching should do nothing when the 'search all' button is clicked FAILED
ReferenceError: createAutocomplete is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_disabled_spec.js:9:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_disabled_spec.js:47:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.multitouchTrackerInstance sets the returned MultiTouchTracker instance as a property named "_mtt" on the Fa object FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:12:13)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:4:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.multitouchTrackerInstance sets a default cookie_domain using Fa.stripSubdomainAndPort when creating the MultiTouchTracker instance FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:16:12)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:4:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.multitouchTrackerInstance returns a MultiTouchTracker instance FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:8:13)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:4:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.multitouchTrackerInstance return any existing "_mtt" property on the Fa object FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:22:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:4:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.stripSubdomainAndPort strips the first part of a domain FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:32:13)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.stripSubdomainAndPort returns the full domain in the case of single-word domains like localhost FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:40:13)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.stripSubdomainAndPort strips any port part of a domain FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:36:13)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) rowMaker takes margin and padding into account when splitting columns into rows FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:7:5)
at <Jasmine>
TypeError: Cannot read property 'find' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:40:15)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) rowMaker splits columns into multiple rows based on width FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:7:5)
at <Jasmine>
TypeError: Cannot read property 'rowMaker' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:11:15)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) rowMaker takes elbow room into account when splitting columns into rows FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:7:5)
at <Jasmine>
TypeError: Cannot read property 'rowMaker' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:50:15)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) rowMaker takes padding into account when splitting columns into rows FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:7:5)
at <Jasmine>
TypeError: Cannot read property 'find' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:20:15)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) rowMaker takes margin into account when splitting columns into rows FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:7:5)
at <Jasmine>
TypeError: Cannot read property 'find' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:30:15)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) rowMaker allows col class to be specified FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:7:5)
at <Jasmine>
TypeError: Cannot read property 'rowMaker' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:79:15)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) rowMaker can rebuild columns when called multiple times FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:7:5)
at <Jasmine>
TypeError: Cannot read property 'rowMaker' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:59:15)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) rowMaker allows row class to be specified FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:7:5)
at <Jasmine>
TypeError: Cannot read property 'rowMaker' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rowMaker_spec.js:70:15)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when primary disables the status selector FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:107:7)
at <Jasmine>
TypeError: expect(...).toBeDisabled is not a function
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:113:30)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when hidden selecting the active state does not disable the status selector when checking the primary checkbox FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:71:7)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:82:46)
at <Jasmine>
TypeError: Cannot read property 'click' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:96:29)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when hidden selecting the active state re-disables the primary checkbox when selecting the hidden state FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:71:7)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:82:46)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:89:24)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when hidden selecting the active state enables the primary checkbox FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:71:7)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:82:46)
at <Jasmine>
TypeError: expect(...).not.toBeDisabled is not a function
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:85:41)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when hidden disables the primary checkbox FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:71:7)
at <Jasmine>
TypeError: expect(...).toBeDisabled is not a function
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:78:35)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when active does not display the information about hiding accounts FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:18:7)
at <Jasmine>
TypeError: expect(...).toBeHidden is not a function
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:26:33)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when active checking the primary checkbox disables the status selector FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:18:7)
at <Jasmine>
TypeError: Cannot read property 'click' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:30:51)
at <Jasmine>
TypeError: expect(...).toBeDisabled is not a function
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:33:32)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when active checking the primary checkbox re-enables the status selector when unchecked FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:18:7)
at <Jasmine>
TypeError: Cannot read property 'click' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:30:51)
at <Jasmine>
TypeError: Cannot read property 'click' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:37:29)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when active selecting the hidden state disables the primary checkbox FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:18:7)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:43:46)
at <Jasmine>
TypeError: expect(...).toBeDisabled is not a function
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:46:37)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when active selecting the hidden state then selecting the active state hides the information about hiding accounts FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:18:7)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:43:46)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:54:48)
at <Jasmine>
TypeError: expect(...).toBeHidden is not a function
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:61:37)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when active selecting the hidden state then selecting the active state enables the primary checkbox FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:18:7)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:43:46)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:54:48)
at <Jasmine>
TypeError: expect(...).not.toBeDisabled is not a function
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:57:43)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) bank_account_status_fieldset when active selecting the hidden state displays the information about hiding accounts FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:18:7)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:43:46)
at <Jasmine>
TypeError: expect(...).toBeVisible is not a function
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.bank_account_status_fieldset_spec.js:50:35)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) calendar without the plugin loaded should not have the image calendar button FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:9:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) calendar with the plugin loaded when the freeAgentStartDate is unset and the date field is in the past should remove the attention class from the date field FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:58:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:74:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:79:11)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) calendar with the plugin loaded when the freeAgentStartDate is unset and the date field is in the future should remove the attention class from the date field FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:58:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:63:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:68:11)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) calendar with the plugin loaded when the date field is before the freeAgentStartDate should show the start date warning FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:28:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:33:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) calendar with the plugin loaded when the date field is before the freeAgentStartDate should add the attention class to the date field FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:28:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:37:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) calendar with the plugin loaded and then changed back to after it should remove the attention class from the date field FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:43:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:52:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) calendar with the plugin loaded and then changed back to after it should hide the start date warning FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:43:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:48:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) calendar with the plugin loaded should have an invisible start date warning FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:19:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) calendar with the plugin loaded should not have a highlighted date field FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.warningCalendar_spec.js:23:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingTimer a regular timer from the desktop version updates the timer each second FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_timers_spec.js:19:7)
at <Jasmine>
ReferenceError: timer is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_timers_spec.js:29:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingTimer a regular timer from the desktop version shows the total time for the timer FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_timers_spec.js:19:7)
at <Jasmine>
ReferenceError: timer is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_timers_spec.js:25:14)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingTimer a running timer from the mobile version shows the total time for the timer FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_timers_spec.js:46:7)
at <Jasmine>
ReferenceError: timer is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_timers_spec.js:55:14)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) refreshSelectedAttachments() should clear any unselected hidden input fields FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:86:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:102:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) refreshSelectedAttachments() should add hidden input fields for selected attachments FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:86:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:93:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) refreshSelectedAttachments() should disable other checkboxes while there are 10 ids FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:86:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:112:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow setUrl sets the url of the popup window FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:54:25)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow getDimensions gets the dimensions of the popup window FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:86:25)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow open opens a popup window FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:38:7)
at <Jasmine>
Error: Expected spy open to have been called with [ 'https://www.freeagent.com', 'FreeAgent', <jasmine.any(String)> ] but it was never called.
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:47:27)
at <Jasmine>
TypeError: Cannot read property 'focus' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:48:26)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow default popupWindow options has a default height of 400px FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:7:7)
at <Jasmine>
TypeError: Cannot read property 'height' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:23:26)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow default popupWindow options has no url FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:7:7)
at <Jasmine>
TypeError: Cannot read property 'url' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:11:26)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow default popupWindow options has no title FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:7:7)
at <Jasmine>
TypeError: Cannot read property 'title' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:15:26)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow default popupWindow options has a default width of 600px FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:7:7)
at <Jasmine>
TypeError: Cannot read property 'width' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:19:26)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow setWidth sets the width of the popup window FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:70:25)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow setWidth sets the height of the popup window FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:78:25)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.PopupWindow setTitle sets the title of the popup window FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa.popup_window_spec.js:62:25)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.buildSubcatFromSearchQueryFields encodes the ppc campaign value from the location into a string FAILED
Error: <spyOn> : getSearchQuery() method does not exist
Usage: spyOn(<object>, <methodName>)
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:139:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.buildSubcatFromSearchQueryFields returns an empty string if nothing of note is found in the location FAILED
Error: <spyOn> : getSearchQuery() method does not exist
Usage: spyOn(<object>, <methodName>)
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:165:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.buildSubcatFromSearchQueryFields encodes the ppc key value from the location into a string FAILED
Error: <spyOn> : getSearchQuery() method does not exist
Usage: spyOn(<object>, <methodName>)
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:144:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.buildSubcatFromSearchQueryFields ignores out of scope key value pairs in the location FAILED
Error: <spyOn> : getSearchQuery() method does not exist
Usage: spyOn(<object>, <methodName>)
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:150:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.buildSubcatFromSearchQueryFields returns an empty string the location has no query string FAILED
Error: <spyOn> : getSearchQuery() method does not exist
Usage: spyOn(<object>, <methodName>)
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:170:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.buildSubcatFromSearchQueryFields encodes both ppc campaign and key values from the location into a string FAILED
Error: <spyOn> : getSearchQuery() method does not exist
Usage: spyOn(<object>, <methodName>)
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:155:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.buildSubcatFromSearchQueryFields encodes both ppc key and campaign values from the location into a string consistently FAILED
Error: <spyOn> : getSearchQuery() method does not exist
Usage: spyOn(<object>, <methodName>)
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:160:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.nativeFormattedCurrency when no optional properties are specified should use the values of currentCurrency* properties on Window FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_currency_extensions_spec.js:12:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.nativeFormattedCurrency should use the values of the optional properties when they are specified FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_currency_extensions_spec.js:18:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete required field is marked as invalid if the user leaves the field without providing a value FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
TypeError: Cannot set property 'required' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:137:29)
at <Jasmine>
TypeError: Cannot read property 'val' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:141:20)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete required field loses the error mark if the user selects a valid value afterwards FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
TypeError: Cannot set property 'required' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:137:29)
at <Jasmine>
TypeError: Cannot read property '$textField' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:147:20)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete enable/disable autocomplete can be enabled again after being disabled FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
TypeError: Cannot read property 'disable' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:50:20)
at <Jasmine>
TypeError: Cannot read property 'enable' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:60:20)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete enable/disable autocomplete can be disabled FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
TypeError: Cannot read property 'disable' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:50:20)
at <Jasmine>
TypeError: Cannot read property 'disabled' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:54:27)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete with some results if the user press return while an item with a link is highlighted, then the link is clicked FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:71:7)
at <Jasmine>
ReferenceError: spyOnEvent is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:115:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete with some results allows to select a result by index FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:71:7)
at <Jasmine>
TypeError: Cannot read property 'select' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:79:20)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete with some results allows to highlight results using the keyboard FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:71:7)
at <Jasmine>
ReferenceError: jQuery is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:93:13)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete with some results triggers an autocomplete.change event when a new value is selected FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:71:7)
at <Jasmine>
TypeError: Cannot read property '$element' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:129:41)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete with some results allows to select a result element FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:71:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:85:21)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete only creates one instance of the autocomplete widget per element FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
TypeError: Cannot set property 'customProperty' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:25:33)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete allows to change the search url FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
TypeError: Cannot read property 'searchUrl' of undefined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:41:18)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 85 of 357 (85 FAILED) (0 secs / 0.042 secs)
23 07 2019 10:27:22.486:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.486:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) TimeTrackingAutocomplete loads new results when text is entered in the text box FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:18:5)
at <Jasmine>
ReferenceError: jQuery is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/timetracking_autocomplete_spec.js:35:11)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm Fa.SelfAssessmentForm.refreshValues monetary values should refresh values of the read-only fields FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:96:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:104:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 87 of 357 (87 FAILED) (0 secs / 0.043 secs)
23 07 2019 10:27:22.491:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.491:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm Fa.SelfAssessmentForm.refreshValues monetary values should refresh values of the editable fields FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:96:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:100:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm Fa.SelfAssessmentForm.refreshValues boolean values sets the box to false when it should FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:121:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm Fa.SelfAssessmentForm.refreshValues boolean values sets the box to true when it should FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:113:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm boxes that show / hide on box value hides boxes if the Boolean box is False FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:427:7)
at <Jasmine>
ReferenceError: $shownBy is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:444:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 91 of 357 (91 FAILED) (0 secs / 0.049 secs)
23 07 2019 10:27:22.497:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.497:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.497:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.499:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.499:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm boxes that show / hide on box value shows boxes if the Boolean box is True FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:427:7)
at <Jasmine>
ReferenceError: $shownBy is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:431:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm the Annual Investment Allowance box shows the override if trading income allowance is not filled in FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:496:7)
at <Jasmine>
ReferenceError: $tradingIncomeAllowance is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:501:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 93 of 357 (93 FAILED) (0 secs / 0.053 secs)
23 07 2019 10:27:22.524:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.524:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.525:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.526:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.526:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm the Annual Investment Allowance box hides the override if trading income allowance is filled in FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:496:7)
at <Jasmine>
ReferenceError: $tradingIncomeAllowance is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:507:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 94 of 357 (94 FAILED) (0 secs / 0.055 secs)
23 07 2019 10:27:22.531:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.531:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.531:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.532:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.532:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm the class 2 NI box shows the override if you're above the threshold FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:460:7)
at <Jasmine>
ReferenceError: $totalProfit is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:468:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 95 of 357 (95 FAILED) (0 secs / 0.057 secs)
23 07 2019 10:27:22.542:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.542:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.543:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.544:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.544:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm the class 2 NI box shows the override if you're below the threshold and opted in FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:460:7)
at <Jasmine>
ReferenceError: $totalProfit is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:480:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 96 of 357 (96 FAILED) (0 secs / 0.059 secs)
23 07 2019 10:27:22.549:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.549:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.549:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.551:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.551:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm the class 2 NI box hides the override if you're below the threshold and not opted in FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:460:7)
at <Jasmine>
ReferenceError: $totalProfit is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:487:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 97 of 357 (97 FAILED) (0 secs / 0.061 secs)
23 07 2019 10:27:22.560:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.560:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.560:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.562:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.562:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm the class 2 NI box shows the override if you're at the threshold FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:460:7)
at <Jasmine>
ReferenceError: $totalProfit is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:474:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 98 of 357 (98 FAILED) (0 secs / 0.063 secs)
23 07 2019 10:27:22.571:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.583:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm removeErrorMessage when there is an error message on a field should have an error message FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:351:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 99 of 357 (99 FAILED) (0 secs / 0.065 secs)
23 07 2019 10:27:22.585:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.585:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm removeErrorMessage when there is an error message on a field should remove the error message for a given field FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:355:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm a lockable optional section with 'Yes' selected with a value > 0 in the user controlled control field should not allow 'No' button to be activated FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:160:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:189:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:198:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 101 of 357 (101 FAILED) (0 secs / 0.069 secs)
23 07 2019 10:27:22.595:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.595:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.595:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.596:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.596:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm a lockable optional section with 'Yes' selected with a value > 0 in the user controlled control field should have locked yes/no buttons FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:160:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:189:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:194:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 102 of 357 (102 FAILED) (0 secs / 0.072 secs)
23 07 2019 10:27:22.606:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.606:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.606:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.607:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.607:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm a lockable optional section with 'Yes' selected with a value > 0 in the injected control field should not allow 'No' button to be activated FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:160:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:171:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:180:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 103 of 357 (103 FAILED) (0 secs / 0.075 secs)
23 07 2019 10:27:22.615:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.615:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.615:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.616:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.616:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm a lockable optional section with 'Yes' selected with a value > 0 in the injected control field should have locked yes/no buttons FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:160:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:171:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:176:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 104 of 357 (104 FAILED) (0 secs / 0.077 secs)
23 07 2019 10:27:22.627:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.627:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.627:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.629:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.629:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm a lockable optional section with 'Yes' selected with value == 0 / blank in control fields should not have locked yes/no buttons FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:160:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:207:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:213:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 105 of 357 (105 FAILED) (0 secs / 0.079 secs)
23 07 2019 10:27:22.649:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.649:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm a lockable optional section with 'Yes' selected with value == 0 / blank in control fields should allow 'No' button to be activated FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:160:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:207:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:217:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 106 of 357 (106 FAILED) (0 secs / 0.081 secs)
23 07 2019 10:27:22.651:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.651:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm a lockable optional section with 'Yes' selected with value == 0 / blank in control fields should not allow 'No' button to be activated if a value has been filled in FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:160:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:207:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:226:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm removeErrorMessages when there are error messages on fields should have an error message on the first field FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:332:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 108 of 357 (108 FAILED) (0 secs / 0.086 secs)
23 07 2019 10:27:22.663:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.663:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.663:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.665:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.665:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm removeErrorMessages when there are error messages on fields should have an error message on the second field FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:336:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 109 of 357 (109 FAILED) (0 secs / 0.088 secs)
23 07 2019 10:27:22.674:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.674:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.674:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.675:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.675:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm removeErrorMessages when there are error messages on fields should remove the error message both fields FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:340:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 110 of 357 (110 FAILED) (0 secs / 0.091 secs)
23 07 2019 10:27:22.682:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.682:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.682:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.684:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.684:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing input val should parse a positive float into a float FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:395:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:399:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 111 of 357 (111 FAILED) (0 secs / 0.092 secs)
23 07 2019 10:27:22.693:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.693:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.693:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.694:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.694:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing input val should parse a negative float into a float FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:395:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:404:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 112 of 357 (112 FAILED) (0 secs / 0.094 secs)
23 07 2019 10:27:22.703:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.715:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing input val should parse zero into a float FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:395:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:409:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing input val should parse valid float with non-numerical characters surrounding it FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:395:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:419:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 114 of 357 (114 FAILED) (0 secs / 0.098 secs)
23 07 2019 10:27:22.716:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.716:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing input val should return zero for invalid value FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:395:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:414:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 115 of 357 (115 FAILED) (0 secs / 0.1 secs)
23 07 2019 10:27:22.725:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.725:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.725:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.726:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.726:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing non-input element text should parse a negative float into a float FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:364:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:373:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing non-input element text should parse a positive float into a float FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:364:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:368:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 117 of 357 (117 FAILED) (0 secs / 0.105 secs)
23 07 2019 10:27:22.743:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.743:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.743:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.744:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.744:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing non-input element text should parse zero into a float FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:364:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:378:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 118 of 357 (118 FAILED) (0 secs / 0.107 secs)
23 07 2019 10:27:22.753:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.753:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.753:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.754:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.755:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing non-input element text should return zero for invalid value FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:364:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:383:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 119 of 357 (119 FAILED) (0 secs / 0.109 secs)
23 07 2019 10:27:22.759:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.759:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.760:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.761:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.761:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm asFloat parsing non-input element text should parse valid float with non-numerical characters surrounding it FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:364:9)
at <Jasmine>
ReferenceError: $field is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:388:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 120 of 357 (120 FAILED) (0 secs / 0.111 secs)
23 07 2019 10:27:22.770:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.782:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm on updating the form with incomplete fields should remove error mesage on inc10_amount FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:45:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:60:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 121 of 357 (121 FAILED) (0 secs / 0.113 secs)
23 07 2019 10:27:22.784:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.784:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm on updating the form with incomplete fields should mark inc1_amount as required FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:45:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:64:26)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an optional section should be incomplete by default FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:129:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:133:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 123 of 357 (123 FAILED) (0 secs / 0.121 secs)
23 07 2019 10:27:22.792:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.792:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.792:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.794:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.794:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an optional section should collapse the section when user clicks on 'No' FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:129:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:144:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 124 of 357 (124 FAILED) (0 secs / 0.123 secs)
23 07 2019 10:27:22.798:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.798:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.798:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.799:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.800:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an optional section should expand the option section when user clicks on 'Yes' FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:129:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:137:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 125 of 357 (125 FAILED) (0 secs / 0.125 secs)
23 07 2019 10:27:22.808:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.808:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.808:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.810:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.810:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an optional button when user answers Yes should set the hidden input's value to true FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:242:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:247:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:255:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 126 of 357 (126 FAILED) (0 secs / 0.131 secs)
23 07 2019 10:27:22.820:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.820:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.821:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.822:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.822:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an optional button when user answers Yes should activate the Yes button FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:242:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:247:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:251:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an optional button when user answers No should set the hidden input's value to true FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:242:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:261:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:269:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 128 of 357 (128 FAILED) (0 secs / 0.135 secs)
23 07 2019 10:27:22.836:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.836:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.837:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.838:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.838:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an optional button when user answers No should activate the No button FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:242:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:261:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:265:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 129 of 357 (129 FAILED) (0 secs / 0.137 secs)
23 07 2019 10:27:22.849:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.849:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.850:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.851:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.851:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm HTML page preconditions should not have field completion status FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:10:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm when page update fails due to invalid fields should highlight the invalid fields FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:77:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:81:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 131 of 357 (131 FAILED) (0 secs / 0.141 secs)
23 07 2019 10:27:22.860:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.860:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.860:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.862:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.862:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an overrideable field when the override field is filled in when the 'Revert to calculated amount' link is clicked should have blanked edit input FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:301:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:313:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:322:11)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 132 of 357 (132 FAILED) (0 secs / 0.144 secs)
23 07 2019 10:27:22.873:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.873:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.873:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.874:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.874:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an overrideable field when the override field is filled in when the 'Revert to calculated amount' link is clicked should show as read only FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:301:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:313:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:317:11)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 133 of 357 (133 FAILED) (0 secs / 0.146 secs)
23 07 2019 10:27:22.880:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.880:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.880:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.881:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.881:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an overrideable field when the override field is filled in should show as editable FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:301:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:307:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 134 of 357 (134 FAILED) (0 secs / 0.148 secs)
23 07 2019 10:27:22.891:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.891:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.891:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.893:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.893:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an overrideable field when the override field is blank when the 'Override Amount' link is clicked should show as editable FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:277:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:289:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:293:11)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 135 of 357 (135 FAILED) (0 secs / 0.15 secs)
23 07 2019 10:27:22.904:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.904:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
23 07 2019 10:27:22.904:DEBUG [proxy]: proxying request - /assets/talaria/application/ttip.png to localhost:9877
23 07 2019 10:27:22.906:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.906:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm an overrideable field when the override field is blank should show as read only FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:277:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:283:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 136 of 357 (136 FAILED) (0 secs / 0.151 secs)
23 07 2019 10:27:22.915:DEBUG [middleware:source-files]: Requesting /assets/talaria/application/ttip.png
23 07 2019 10:27:22.915:DEBUG [middleware:source-files]: Fetching /assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm on updating the form with incomplete fields and sections should update the status of the optional section FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:19:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:34:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm on updating the form with incomplete fields and sections should highlight the incomplete input fields FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:19:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:30:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 138 of 357 (138 FAILED) (0 secs / 0.153 secs)
23 07 2019 10:27:22.916:DEBUG [middleware:source-files]: Requesting /app/assets/talaria/application/ttip.png
23 07 2019 10:27:22.916:DEBUG [middleware:source-files]: Fetching /app/assets/talaria/application/ttip.png
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.SelfAssessmentForm on updating the form with incomplete fields and sections should update the page status FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:5:5)
at <Jasmine>
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:19:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/selfAssessmentForm_spec.js:38:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.handleFlashNotifications sets the correct notification for errors FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.setupFixtureFor (spec/javascripts/fa.notification_handler_spec.js:5:17)
at UserContext.<anonymous> (spec/javascripts/fa.notification_handler_spec.js:28:10)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.handleFlashNotifications sets the correct notification for warning FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.setupFixtureFor (spec/javascripts/fa.notification_handler_spec.js:5:17)
at UserContext.<anonymous> (spec/javascripts/fa.notification_handler_spec.js:21:10)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.handleFlashNotifications sets the correct notification for success FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.setupFixtureFor (spec/javascripts/fa.notification_handler_spec.js:5:17)
at UserContext.<anonymous> (spec/javascripts/fa.notification_handler_spec.js:14:10)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.handleFlashNotifications sets the correct notification for notice FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.setupFixtureFor (spec/javascripts/fa.notification_handler_spec.js:5:17)
at UserContext.<anonymous> (spec/javascripts/fa.notification_handler_spec.js:35:10)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Attachable should initialise an empty attachments array FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:8:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:12:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Attachable 'remove' method should remove attachments based on id FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:8:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:54:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:60:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Attachable 'remove' method should not throw a wobbly when the attachment isn't there. FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:8:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:54:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:66:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Attachable 'ids' method should return the ids FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:8:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:74:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Attachable 'add' method should not add attachments that are already attached FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:8:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:29:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Attachable 'add' method should add attachments FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:8:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:18:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Attachable 'add' method should limit attachments to a maximum of ten FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:8:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/attachable_spec.js:38:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.MultipleProjectsSelector on page load when a primary project is selected when the link is clicked when the primary project is changed should show a link to include additional projects FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:23:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:34:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:48:13)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:60:13)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.MultipleProjectsSelector on page load when a primary project is selected when the link is clicked when the primary project is changed should remove the secondary projects FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:23:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:34:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:48:13)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:55:13)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.MultipleProjectsSelector on page load when a primary project is selected when the link is clicked should hide the link to include additional projects FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:23:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:34:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:43:11)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.MultipleProjectsSelector on page load when a primary project is selected when the link is clicked should render a list of checkboxes to include additional projects FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:23:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:34:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:38:11)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.MultipleProjectsSelector on page load when a primary project is selected should show the link to add additional projects FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:23:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:29:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.MultipleProjectsSelector on page load should not have a project selected FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:9:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.MultipleProjectsSelector on page load should not show the link to add additional projects FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:18:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.MultipleProjectsSelector on page load should not show the secondary projects FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/multiple_projects_selector_spec.js:13:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is GBP should update the native value with the same amount FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:35:7)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is GBP should treat NaN foreign values as zero FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:40:7)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is GBP should show the sales tax block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:27:7)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is GBP should enable automatic conversion FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:31:7)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is GBP should hide the native currency block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:15:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:23:7)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is disabled when the date is changed should not update the native value with the converted amount FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:110:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:125:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:137:11)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is disabled when the date is changed should set the exchange rate to 1.6 FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:110:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:125:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:133:11)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is disabled should not update the native value when the foreign value changes FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:110:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:119:9)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is disabled then re-enabled should disable the native currency input FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:110:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:143:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:147:11)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is disabled then re-enabled should update the native value FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:110:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:143:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:151:11)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is disabled should enable the native currency input FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:110:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:115:9)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD should set the symbol to $ FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:63:7)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD should set the exchange rate to 1.5 FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:67:7)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD should show the native currency block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:55:7)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD should hide the sales tax block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:59:7)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is enabled should update the native value with the converted amount FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:72:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:80:9)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is enabled should disable the native currency input FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:72:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:76:9)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is enabled should treat NaN foreign values as zero FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:72:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:85:9)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is enabled when the date is changed should set the exchange rate to 1.6 FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:72:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:91:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:99:11)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Multi Currency for a GBP company when the currency is USD when automatic conversion is enabled when the date is changed should update the native value with the converted amount FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:47:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:72:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:91:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.multiCurrency_spec.js:103:11)
at <Jasmine>
MockAjax not installed. thrown
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to a USD project and rebill type is set to "With a percentage markup" should show the factor suffix as % FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:48:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:75:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:83:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to a USD project and rebill type is set to "With a percentage markup" should show the rebillable factor block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:48:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:75:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:79:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to a USD project should show the options block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:48:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:52:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to a USD project should default to not rebill the expense FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:48:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:56:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to a USD project and rebill type is set to "Cost" should not show the rebillable factor block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:48:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:65:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:69:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to a USD project should not show the rebillable factor block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:48:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:60:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to a USD project and rebill type is set to "At a specific price" and the project is changed to a GBP project should show the factor prefix as $ FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:48:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:89:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:103:11)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:107:11)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to a USD project and rebill type is set to "At a specific price" should show the factor prefix as $ FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:48:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:89:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:97:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to a USD project and rebill type is set to "At a specific price" should show the rebillable factor block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:48:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:89:9)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:93:9)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the nominal code is set to a rebillable expense should show the rebillable form FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:27:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:31:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the project is set to "None" should hide the options block FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:38:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:42:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the nominal code is set to a purchase should clear the rebillable fields FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:10:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:19:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Rebillable fields when the nominal code is set to a purchase should hide the rebillable form FAILED
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:5:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:10:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/jquery.rebillable_spec.js:14:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.multitouch_event returns the result of multitouch_event FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:127:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:102:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.multitouch_event delegates to Fa._mtt if it exists FAILED
ReferenceError: Fa is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:118:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:102:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) Fa.multitouch_event sets and delegates to Fa._mtt FAILED
ReferenceError: MultiTouchTracker is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:108:15)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/fa_multitouch_extensions_spec.js:102:5)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) autocomplete on page load should load all of the dynamic autocomplete elements FAILED
ReferenceError: createAutocomplete is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:9:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:31:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) autocomplete when searching should return JSON results FAILED
ReferenceError: createAutocomplete is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:9:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:53:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) autocomplete when searching should set the appropriate value when selected FAILED
ReferenceError: createAutocomplete is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:9:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:60:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) autocomplete when searching should build the correct end point for the ajax autocomplete search FAILED
ReferenceError: createAutocomplete is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:9:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:103:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) autocomplete when searching should fire off another ajax search request when clicking the 'more' button FAILED
ReferenceError: createAutocomplete is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:9:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:122:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) autocomplete when searching should remove a selected value after clicking the 'x' (change selection button) FAILED
ReferenceError: createAutocomplete is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:9:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:73:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) autocomplete when searching should return all results when the 'search all' button is clicked FAILED
ReferenceError: createAutocomplete is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:9:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/autocomplete_spec.js:113:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) formToggler when another toggler value is selected hides all other toggle targets FAILED
ReferenceError: formToggler is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:29:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:41:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) formToggler when another toggler value is selected reveals the toggle target matching the selected value FAILED
ReferenceError: formToggler is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:29:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:33:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) formToggler when another toggler value is selected enables any inputs in the toggle target FAILED
ReferenceError: formToggler is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:29:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:37:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) formToggler when another toggler value is selected disables any inputs in the other toggle targets FAILED
ReferenceError: formToggler is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:29:7)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:46:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) formToggler initialised state disables any inputs in the other toggle targets FAILED
ReferenceError: formToggler is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:22:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) formToggler initialised state reveals the toggle target matching the currently selected value FAILED
ReferenceError: formToggler is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:9:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) formToggler initialised state enables any inputs in the toggle target FAILED
ReferenceError: formToggler is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:13:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) formToggler initialised state hides all other toggle targets FAILED
ReferenceError: formToggler is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:4:5)
at <Jasmine>
ReferenceError: $ is not defined
at <Jasmine>
at UserContext.<anonymous> (spec/javascripts/practice_dashboard/reports_spec.js:17:7)
at <Jasmine>
Chrome 75.0.3770 (Mac OS X 10.14.5) ERROR
An error was thrown in afterAll
ReferenceError: $ is not defined
at <Jasmine>
at Suite.<anonymous> (spec/javascripts/start_timer_button_spec.js:3:15)
at <Jasmine>
at spec/javascripts/start_timer_button_spec.js:1:1
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 209 of 357 (209 FAILED) ERROR (0 secs / 0.213 secs)
Chrome 75.0.3770 (Mac OS X 10.14.5): Executed 209 of 357 (209 FAILED) ERROR (0.762 secs / 0.213 secs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment