public void ThenFullyAbandonedShouldContains(string value)
 {
     assetsDetailTab.GetRecordValue("ABANDONED").Should().Contain(value);
 }