1. 03 Jul, 2016 1 commit
  2. 28 Jun, 2016 3 commits
    • Sam Saccone's avatar
      site: Drop csso · 1384bb26
      Sam Saccone authored
      Polymer CSS (css level 4 features) is causing csso problems
      
      Skip it for now since polymer vulcanize already gives us wins.
      1384bb26
    • Sam Saccone's avatar
      site: Drop uglify phase. · 774f9133
      Sam Saccone authored
      774f9133
    • Sam Saccone's avatar
      Symlink fixup (#1644) · 2d765605
      Sam Saccone authored
      * Delete ancient ember version
      
      * Rename ember-cli example to emberjs
      
      * Update image min dep
      
      * Use vinyl fs directly for symlink fix
      
      Fixes #1635
      2d765605
  3. 27 Jun, 2016 1 commit
  4. 10 Jun, 2016 1 commit
  5. 02 May, 2016 1 commit
  6. 25 Apr, 2016 1 commit
    • Sam Saccone's avatar
      Bump test specs (#1623) · 48b34a03
      Sam Saccone authored
      * tests: cache node_modules
      
      Move chrome to snapshots
      
      * tests: Bump selenium version
      
      * tests: Bump drool to v0.4.0
      
      * tests: Remove chromedriver download
      
      * test: Remove direct logs call.
      48b34a03
  7. 18 Apr, 2016 1 commit
  8. 16 Apr, 2016 1 commit
  9. 30 Mar, 2016 1 commit
  10. 26 Mar, 2016 2 commits
  11. 11 Mar, 2016 1 commit
  12. 16 Feb, 2016 2 commits
  13. 21 Jan, 2016 2 commits
  14. 15 Jan, 2016 4 commits
  15. 14 Jan, 2016 1 commit
  16. 11 Jan, 2016 1 commit
  17. 06 Jan, 2016 4 commits
  18. 05 Jan, 2016 7 commits
  19. 04 Jan, 2016 4 commits
    • Sam Saccone's avatar
      Merge pull request #1574 from cisar/master · 707f219c
      Sam Saccone authored
      Backbone example: add id attr to input
      707f219c
    • Dmytro's avatar
      Backbone example: add id attr to input · c871c72c
      Dmytro authored
      c871c72c
    • Colin Eberhardt's avatar
      Merge pull request #1573 from ColinEberhardt/mhoyer-async-tests · 537c4122
      Colin Eberhardt authored
      Correcting asynchronous testing
      537c4122
    • Marcel Hoyer's avatar
      Correcting asynchronous testing · 951eb70b
      Marcel Hoyer authored
      removes unnecessary .then() chaining in test.js as selenium-webdriver already queues calls internally
      
      fixed confusing inverted use of idSelector variable
      
      promisified all tests
      
      promisified test.launchBrowser() and global test hooks
      
      promisified test.closeBrowser()
      
      promisified test.createStandardItems()
      
      🛀 streamlined testOps to always return the promise and flattened out the thens
      
      fixed testOps.assertClearCompleteButtonText() to wait for visible clear-complete button before asserting
      
      fixed testOps.assertClearCompleteButtonIsVisible() to lazy wait for visible clear-complete button
      
      renamed testOps.assertFocussedElementId() to .assertFocussedElement() and streamlined code
      
      fixed page.clickMarkAllCompletedCheckBox() to return inner promise
      
      fixed page.enterItem() to return the promise and flattened out the thens
      
      renamed page.getFocussedElementName() with .getFocussedElementIdOrClass()
      
      fixed page.ensureAppIsVisible() to wait for 'new-todo' element instead of 'main' as some frameworks build the contents after DOM-ready
      
      fixed page.clickClearCompleteButton() to wait for actual button to display before clicking
      
      extracted page.waitForVisibleElement() helper function
      951eb70b
  20. 30 Dec, 2015 1 commit