- 26 Mar, 2016 1 commit
-
-
ipetropolsky authored
Webdriver logs in actual version of selenium should never be instantiated directly: https://github.com/SeleniumHQ/selenium/blob/fa5ac92b451cff497e686d8e1e67c9c3101440a3/javascript/node/selenium-webdriver/lib/webdriver.js#L1429-L1432 But drool still uses selenium 2.46.1: https://github.com/samccone/drool/commit/3770a157d218e6ea27ef9fd2e78f58105375fca0 So the fast fix is the old version of selenium. Fixes #1605.
-
- 11 Mar, 2016 1 commit
-
-
Addy Osmani authored
Do not exclude es6 example from lint
-
- 16 Feb, 2016 2 commits
-
-
Sindre Sorhus authored
Updating the Marionette, Chaplin Comparision Link
-
Anoop M D authored
-
- 21 Jan, 2016 2 commits
-
-
Pascal Hartig authored
-
Pascal Hartig authored
-
- 15 Jan, 2016 4 commits
-
-
Sam Saccone authored
since https://github.com/tastejs/todomvc/pull/1567 We can now handle es6 :)
-
Addy Osmani authored
-
Addy Osmani authored
Vanilla ES6, take 2
-
⌁ sɪɴᴅʀᴇ sᴏʀʜᴜs ⌁ authored
add Code of Conduct
-
- 14 Jan, 2016 1 commit
-
-
Sindre Sorhus authored
adapted from http://contributor-covenant.org
-
- 06 Jan, 2016 4 commits
-
-
Pascal Hartig authored
-
Pascal Hartig authored
Close #1577
-
Pascal Hartig authored
- Update sourcemap - AngularJS upgrade to 1.4 - app-css update
-
Rosana Ruiz authored
-
- 05 Jan, 2016 7 commits
-
-
Colin Eberhardt authored
-
Colin Eberhardt authored
-
Colin Eberhardt authored
This removes the need to reference a DOM element from the component
-
Colin Eberhardt authored
- No implicit any, ensure everything is typed - Using private access modifier - Property getter / setters
-
Colin Eberhardt authored
-
Colin Eberhardt authored
-
Colin Eberhardt authored
Removing store.js (+1 squashed commit) Squashed commits: [0f39fb8] Removed dependency on node-uuid
-
- 04 Jan, 2016 4 commits
-
-
Sam Saccone authored
Backbone example: add id attr to input
-
Dmytro authored
-
Colin Eberhardt authored
Correcting asynchronous testing
-
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
-
- 30 Dec, 2015 1 commit
-
-
Sam Saccone authored
Sjs/test workup
-
- 29 Dec, 2015 7 commits
-
-
Sam Saccone authored
-
Sam Saccone authored
-
Sam Saccone authored
-
Sam Saccone authored
-
Sam Saccone authored
Regression introduced in: https://github.com/tastejs/todomvc/commit/cdd17df6705a62f5e9116bc0a5a243319af744f8 ref #1545
-
Sam Saccone authored
Updated JSCS dependency in ./tooling to latest 2.7.0
-
Marcel Hoyer authored
-
- 28 Dec, 2015 1 commit
-
-
Sam Saccone authored
Add test to verify correct double click focus
-
- 26 Dec, 2015 5 commits
-
-
Sam Saccone authored
-
Sam Saccone authored
Fixes #1560
-
Sam Saccone authored
-
Sam Saccone authored
firebase-angular: Correct directive name -- `todoEscape`
-
dmitriz authored
Obviously misprinted. Miraculously worked overwriting the other `todoBlur` directive, and "stealing" `todo-escape` attribute.
-