()
| 11 | title: "Default Side", |
| 12 | description: "No side set. LOOK: popover renders BELOW the card (new default is bottom, was left).", |
| 13 | run() { |
| 14 | driver().highlight({ |
| 15 | element: "#card-3", |
| 16 | popover: { |
| 17 | title: "Default Side", |
| 18 | description: "No `side` was passed. It should appear below the element with the arrow pointing up at it.", |
| 19 | }, |
| 20 | }); |
| 21 | }, |
| 22 | }, |
| 23 | { |
| 24 | id: "arrow-tall-left-start", |