private void all_features_are_VISIBLE([VisibleFormat] bool visible)
        {
            var actual = _driver.FindFeatures().Count(e => e.Displayed == visible);

            Assert.That(actual, Is.EqualTo(_features.Count()));
        }