Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBobBarnes committed Oct 16, 2024
1 parent b758319 commit 5d2b1e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/desktop-client/e2e/schedules.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ test.describe('Schedules', () => {
schedulesPage = await navigation.goToSchedulesPage();
});

// test('checks the page visuals', async () => {
// await expect(page).toMatchThemeScreenshots();
// });

[true, false].forEach(upcomingLengthAdjustment => {
test.describe(`with upcoming length adjustment flag ${upcomingLengthAdjustment ? 'on' : 'off'}`, () => {
test.beforeEach(async () => {
Expand Down

0 comments on commit 5d2b1e8

Please sign in to comment.