Skip to content

Commit

Permalink
chore: remove .only from e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Aug 22, 2023
1 parent 7b6cc47 commit 1151f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/common/namespacesTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const namespacesTest = (
items: Record<string, { text: string; count: number; testId?: string }[]>,
options?: { skipLoading: boolean }
) =>
describe.only('translation methods test', () => {
describe('translation methods test', () => {
before(() => {
cy.visit(url + '/translation-methods');
cy.intercept('GET', '*', (req) => {
Expand Down

0 comments on commit 1151f51

Please sign in to comment.