// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiCodeEditor behavior hint element should be disabled when the ui ace box gains focus 1`] = `
Press Enter to start editing.
When you're done, press Escape to stop editing.
`;
exports[`OuiCodeEditor behavior hint element should be enabled when the ui ace box loses focus 1`] = `
Press Enter to start editing.
When you're done, press Escape to stop editing.
`;
exports[`OuiCodeEditor behavior hint element should be tabable 1`] = `
Press Enter to start editing.
When you're done, press Escape to stop editing.
`;
exports[`OuiCodeEditor is rendered 1`] = `
Press Enter to start editing.
When you're done, press Escape to stop editing.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
`;
exports[`OuiCodeEditor props aria attributes allows setting aria-describedby on textbox 1`] = `
Press Enter to start editing.
When you're done, press Escape to stop editing.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
`;
exports[`OuiCodeEditor props aria attributes allows setting aria-labelledby on textbox 1`] = `
Press Enter to start editing.
When you're done, press Escape to stop editing.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
`;
exports[`OuiCodeEditor props isReadOnly renders alternate hint text 1`] = `
Press Enter to start interacting with the code.
When you're done, press Escape to stop interacting with the code.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
`;
exports[`OuiCodeEditor props theme renders terminal theme 1`] = `
Press Enter to start editing.
When you're done, press Escape to stop editing.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
`;