Closed michael-escutia closed 6 years ago
@mescutia95 - you have a unit test failing:
e 65.0.3325 (Linux 0.0.0): Executed 28 of 45 SUCCESS (0 secs / 0.602 secs) Chrome 65.0.3325 (Linux 0.0.0) PopoverComponent should create FAILED [object ErrorEvent] thrown Chrome 65.0.3325 (Linux 0.0.0): Executed 29 of 45 (1 FAILED) (0 secs / 0.631 secs) Chrome 65.0.3325 (Linux 0.0.0) PopoverComponent should create FAILED [object ErrorEvent] thrown e 65.0.3325 (Linux 0.0.0): Executed 30 of 45 (1 FAILED) (0 secs / 0.631 secs) e 65.0.3325 (Linux 0.0.0): Executed 31 of 45 (1 FAILED) (0 secs / 0.631 secs)
I somewhat confused. Aren't those fails for a different component?
@mescutia95 - yes, but that's kind of the point of the unit test. Sometimes the changes you are working on might break other pieces of code, even outside what you touched. But we also might have a case that the unit test was bad before your checking - I'm looking into that right now.
@tabersays - needs your approval
resolves #658
I got most of what was needed done. Had issues getting the directional variation working as intended, so I left out my implementations for now. Changing it to left and right does not cause it to fall to the bottom anymore.