From 6fe28b6ebfa528c40e9c2e157e636dac98087d50 Mon Sep 17 00:00:00 2001 From: Dominika Wojewska <130984276+Domi-eStore@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:44:40 +0200 Subject: [PATCH] change width of the video container Because it was too small, making the text in the video undreadable --- .../testing-foundations/manual-vs-automated-testing.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/courses/testing-foundations/manual-vs-automated-testing.mdx b/content/courses/testing-foundations/manual-vs-automated-testing.mdx index b5186d13..8826bda0 100644 --- a/content/courses/testing-foundations/manual-vs-automated-testing.mdx +++ b/content/courses/testing-foundations/manual-vs-automated-testing.mdx @@ -9,8 +9,7 @@ Modern software development teams are shipping code into production multiple tim ## What is Continuous Integration?