public void GivenIWaitForTheValueToBePresentInElementWithIdToTimeout(string text, string id) { _commonSteps.ExpectException(() => _commonSteps.GivenIWaitForValueToBePresentInElementWithId(text, id)); }