public void TestSoftuniQAAutomationHasHeaderLine()
        {
            _softuniPage.Navigate("https://www.softuni.bg/");

            _softuniPage.OpenQACoursePage();

            Assert.AreEqual("QA Automation - септември 2019", _softuniPage.HeaderLine.Text);
        }