aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Select.spec.jsx
diff options
context:
space:
mode:
authorAntony Shaleynikov <shaleynikov@gmail.com>2017-03-02 16:36:33 +0300
committerAntony Shaleynikov <shaleynikov@gmail.com>2017-03-02 16:36:33 +0300
commit2a8cf5ae98a8b827e62aa20212053de6171315c9 (patch)
tree2b79ca90a76a49cb6861614d6765309c0a219429 /tests/Select.spec.jsx
parent79405d1bc30c868cdf2c4bfb3abe654d28aeb5ca (diff)
downloadtime-picker-2a8cf5ae98a8b827e62aa20212053de6171315c9.tar.gz
time-picker-2a8cf5ae98a8b827e62aa20212053de6171315c9.tar.zst
time-picker-2a8cf5ae98a8b827e62aa20212053de6171315c9.zip
Tests and 12PM -> 12AM switching fixed
Diffstat (limited to 'tests/Select.spec.jsx')
-rw-r--r--tests/Select.spec.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Select.spec.jsx b/tests/Select.spec.jsx
index fb58145..ea0a827 100644
--- a/tests/Select.spec.jsx
+++ b/tests/Select.spec.jsx
@@ -446,7 +446,7 @@ describe('Select', () => {
446 Simulate.click(selector.getElementsByTagName('li')[0]); 446 Simulate.click(selector.getElementsByTagName('li')[0]);
447 setTimeout(next, 200); 447 setTimeout(next, 200);
448 }, (next) => { 448 }, (next) => {
449 expect((input).value).to.be('12:00 pm'); 449 expect((input).value).to.be('12:00 am');
450 next(); 450 next();
451 }], () => { 451 }], () => {
452 done(); 452 done();