add webkit vendor prefixed properties
for mavericks safari
This commit is contained in:
parent
4961a97ed4
commit
3938abc5dd
2 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,7 @@ describe('joining a room', function () {
|
|||
var input = ReactTestUtils.findRenderedDOMComponentWithTag(
|
||||
roomDir, 'input');
|
||||
input.value = ROOM_ALIAS;
|
||||
ReactTestUtils.Simulate.change(input);
|
||||
ReactTestUtils.Simulate.keyUp(input, {key: 'Enter'});
|
||||
|
||||
// that should create a roomview which will start a peek; wait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue