Skip to content

Commit

Permalink
only try running command errors [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Apr 24, 2024
1 parent 74b6e24 commit e44d048
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ function loadErrorSpec (options: specLoader.LoadSpecOptions): VerifyFunc {
return createVerify({ fileName: Cypress._.last(filePath.split('/')), hasPreferredIde, mode })
}

describe('errors ui', {
describe.only('errors ui', {
viewportHeight: 768,
viewportWidth: 1024,
// Limiting tests kept in memory due to large memory cost
Expand Down

0 comments on commit e44d048

Please sign in to comment.