johnyma22
d7c80ed41e
keystroke enter spec
2012-10-09 15:51:55 +01:00
John McLear
442c5714f9
Merge pull request #1049 from cweider/fix-express
...
Drop method deprecated in Express 3.x.
2012-10-09 05:19:17 -07:00
Chad Weider
9d1274abaf
Drop method deprecated in Express 3.x.
2012-10-09 01:32:21 -07:00
johnyma22
aee6cb673a
a non working chat always ons creen test
2012-10-09 02:59:45 +01:00
johnyma22
38321a0e77
strikethrough test
2012-10-09 02:30:49 +01:00
johnyma22
def587f44f
button ordered list test
2012-10-09 02:27:22 +01:00
johnyma22
fbf509ce87
redo button
2012-10-09 01:30:46 +01:00
johnyma22
2db2683c98
an undo button test
2012-10-09 00:52:46 +01:00
johnyma22
c9dd620e2a
the first stages of a clear authorship color test
2012-10-09 00:24:19 +01:00
johnyma22
251ab842dd
Merge branch 'develop' of git://github.com/Pita/etherpad-lite
2012-10-09 00:13:51 +01:00
johnyma22
87adcd7c14
clean up
2012-10-09 00:13:45 +01:00
Peter 'Pita' Martischka
0927b13f78
started button_indention test
2012-10-08 21:04:09 +01:00
Peter 'Pita' Martischka
6fefadee88
move sendkeys to lib folder
2012-10-08 18:54:03 +01:00
Peter 'Pita' Martischka
a12c26c56e
delete old backup file
2012-10-08 18:50:02 +01:00
Peter 'Pita' Martischka
82b4a953ee
new index.html
2012-10-08 18:49:40 +01:00
Peter 'Pita' Martischka
397036db46
finished urls test
2012-10-08 18:42:52 +01:00
Peter 'Pita' Martischka
7adef188ff
rewrote the embed values test
2012-10-08 18:38:53 +01:00
Peter 'Pita' Martischka
bd47b6c40b
the monospace test works now
2012-10-08 14:13:35 +02:00
Peter 'Pita' Martischka
a4d68b2b25
runIn was a bad idea
2012-10-08 14:07:56 +02:00
Peter 'Pita' Martischka
27f9906b1e
ensure we don't inject a second jquery
2012-10-08 14:07:08 +02:00
Peter 'Pita' Martischka
d4c851875a
added a runIn method to the helper
2012-10-08 13:37:24 +02:00
Peter 'Pita' Martischka
ca6ebd6151
major restructering of the front end test framework
2012-10-08 00:34:29 +02:00
Peter 'Pita' Martischka
6587852138
fixed keystroke delete test
2012-10-06 23:38:49 +02:00
Peter 'Pita' Martischka
4c1561fcf6
improve test descriptions
2012-10-06 23:38:17 +02:00
Peter 'Pita' Martischka
35cea1e542
fixed the keystroke_urls_become_clickable.js test
2012-10-06 21:45:46 +02:00
Peter 'Pita' Martischka
7fd23c8d71
ported italic test to the new framework
2012-10-06 21:34:20 +02:00
Peter 'Pita' Martischka
3d96fe3d86
rewrote the testHelper
2012-10-06 21:29:37 +02:00
John McLear
90373964d3
Remove two instances of the same function name
...
Both functions did the same thing, the first function was buggy. Might be worth someone looking through the history of this file and pointing out when I made this heinous error ;)
2012-10-06 02:36:51 +02:00
John McLear
db1a1a0e3e
Merge pull request #1034 from d-a-n/develop
...
Added hooks for pad events create/edit/load/remove
2012-10-05 17:28:40 -07:00
johnyma22
ae25c085e0
a better way of geting href but note that it only works if we use settimeotu but settimeout breaks mocha so it's not okay. Peter please find a way of making sendkeys allow for callbacks, k tnx
2012-10-05 00:38:07 +01:00
johnyma22
9d7d973faa
This is a superghetto hack fix for testing button_indentation, Peter please make it less horrible, tnx :)
2012-10-05 00:14:46 +01:00
johnyma22
84ec5abb8f
more indentation testing but have hit a brick wall unable to get the second div inside the editor. I tried nth-child, next, find and children but to no avail. Anyone any ideas?
2012-10-04 23:01:33 +01:00
johnyma22
66a25adf62
put all scripts back into index
2012-10-04 21:17:16 +01:00
johnyma22
5c54b2c681
attempt to move onClick away from HTML.. This is required
2012-10-04 21:16:58 +01:00
johnyma22
7eecfa17b7
test for basic indent and outdent, needs more work
2012-10-04 21:02:34 +01:00
johnyma22
edc8ff6a41
adding other tests back to index
2012-10-04 20:44:42 +01:00
johnyma22
7f819967f9
a script for testing font change
2012-10-04 20:44:21 +01:00
johnyma22
fa9c5531e9
a test to check teh value of embed links
2012-10-04 20:02:29 +01:00
johnyma22
ff22ae9206
fix keystroke delete test
2012-10-04 19:12:01 +01:00
johnyma22
1466b31c54
slightly uglier UI but still ugly
2012-10-04 19:08:29 +01:00
John McLear
a1280fd917
Merge pull request #1004 from yourcelf/develop
...
Add `userColor` query param to set initial color
2012-10-04 10:57:16 -07:00
johnyma22
c74aed986e
Merge branch 'develop' of github.com:Pita/etherpad-lite into feature/frontend-tests
2012-10-04 18:55:57 +01:00
johnyma22
a97c63b809
Fix issue caused by broken async update
2012-10-04 18:53:02 +01:00
Peter 'Pita' Martischka
07182bb716
Changed the send keys library so that its works with elements inside an iframe
2012-10-04 16:22:05 +02:00
Peter 'Pita' Martischka
95ce0aaba8
merged remote feature/frontend-tests
2012-10-04 14:35:25 +02:00
johnyma22
24988d659c
This test should work, Peter, why does this test not work?
2012-10-03 21:55:23 +01:00
johnyma22
38ef46449b
add delete stroke test to index page of /tests/frontend
2012-10-03 21:26:48 +01:00
johnyma22
339ee6d2e0
working keystroke delete check
2012-10-03 21:25:31 +01:00
johnyma22
aa41ebcd6d
include a sendkeys library to emulate sending keypresses
2012-10-03 21:15:56 +01:00
johnyma22
7820e3eb7c
beginning of keystroke test
2012-10-03 20:57:04 +01:00