Skip to content

Commit

Permalink
chore(root): Skip more unstable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Jun 11, 2024
1 parent c81e58c commit 91d2153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/tests/main-functionality.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ test('should save HTML template email', async ({ page }) => {
await expect(emailPage.getMonacoEditor()).toContainText('Hello world code {{name}} <div>Test</div>');
});

test('should redirect to the workflows page when switching environments', async ({ page }) => {
test.skip('should redirect to the workflows page when switching environments', async ({ page }) => {
const workflowEditorPage = await WorkflowEditorPage.goToNewWorkflow(page);
const workflowSidePanel = await workflowEditorPage.openWorkflowSettingsSidePanel();
await workflowSidePanel.fillBasicNotificationDetails({
Expand Down

0 comments on commit 91d2153

Please sign in to comment.