mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
Remove .only from test (#46395)
This commit is contained in:
@@ -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)');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user