Skip to content

Commit

Permalink
Add missing change from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh committed Jun 6, 2022
1 parent e990729 commit 727d250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/e2e/08-resolutions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test.describe('[Resolution]', function () {
await expect(await sideNav.isSideBarOpen()).toBeFalsy;
});

test.describe('moving elements:', async () => {
test.describe.skip('moving elements:', async () => {
test.beforeEach(async () => {
if (!(await sideNav.isSideBarOpen())) {
await sideNav.burgerBtn().click({ force: true });
Expand Down

0 comments on commit 727d250

Please sign in to comment.