File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1071,7 +1071,6 @@ describe("pat-validation", function () {
10711071 await utils . timeout ( 1 ) ; // wait a tick for async to settle.
10721072 expect ( el . querySelectorAll ( "em.warning" ) . length ) . toBe ( 2 ) ;
10731073
1074- console . log ( document . body . innerHTML ) ;
10751074 expect ( el . querySelectorAll ( "em.warning" ) [ 0 ] . textContent ) . toBe (
10761075 "The date must be before woo date"
10771076 ) ;
@@ -1113,7 +1112,6 @@ describe("pat-validation", function () {
11131112 await utils . timeout ( 1 ) ; // wait a tick for async to settle.
11141113 expect ( el . querySelectorAll ( "em.warning" ) . length ) . toBe ( 2 ) ;
11151114
1116- console . log ( document . body . innerHTML ) ;
11171115 expect ( el . querySelectorAll ( "em.warning" ) [ 0 ] . textContent ) . toBe (
11181116 "The date must be before date2"
11191117 ) ;
You can’t perform that action at this time.
0 commit comments