Remove .only from test (#46395)

This commit is contained in:
Radi Totev
2022-06-08 08:37:53 +01:00
committed by GitHub
parent 00b5441656
commit ca1faa7f59
@@ -15,7 +15,7 @@ describe('Challenge with multifile editor', () => {
cy.get(selectors.monacoTabs).contains('styles.css');
});
it.only('checks for correct text at different widths', () => {
it('checks for correct text at different widths', () => {
cy.viewport(768, 660);
cy.get(selectors.testButton).contains('Check Your Code (Ctrl + Enter)');