// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PollCreateDialog renders a blank poll 1`] = ` Create poll Poll type Open poll Closed poll Voters see results as soon as they have voted What is your poll question or topic? Question or topic Create options Option 1 Option 2 Add option `; exports[`PollCreateDialog renders a question and some options 1`] = ` Create poll Poll type Open poll Closed poll Voters see results as soon as they have voted What is your poll question or topic? Question or topic Create options Option 1 Option 2 Option 3 Add option `; exports[`PollCreateDialog renders info from a previous event 1`] = ` Edit poll Poll type Open poll Closed poll Voters see results as soon as they have voted What is your poll question or topic? Question or topic Create options Option 1 Option 2 Add option `;
Voters see results as soon as they have voted