mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-16 13:00:30 -05:00
* refactor: use data-cy for console output * test(client): unlock after fixing syntax errors
11 lines
222 B
TypeScript
11 lines
222 B
TypeScript
export const selectors = {
|
|
class: {
|
|
reactMonacoEditor: '.react-monaco-editor-container'
|
|
},
|
|
id: {},
|
|
dataCy: { outputText: '[data-cy="output-text"]' },
|
|
tag: {
|
|
inputSolution: 'input[name="solution"]'
|
|
}
|
|
};
|