Atata v1.2.0 Release Notes

Release Date: 2019-06-13 // almost 5 years ago
  • ๐Ÿš€ Check Atata 1.2.0 is Released blog post for major changes.

    ๐Ÿ†• New Features

    • #271 Add PageObjectVerificationProvider<TPageObject> for PageObject<TOwner>
    • #272 Add FindItemByRelativeElementContentAttribute
    • #273 Add FindItemByParentContentAttribute
    • #274 Add FindItemByFollowingSiblingContentAttribute
    • #275 Add FindItemByPrecedingSiblingContentAttribute
    • #276 Add ContainSingle(TData expected) verification extension methods
    • #277 Add ContainSingle() verification extension method
    • #278 Add ContainSingle(Expression<Func<TItem, bool>> predicateExpression) verification extension method
    • #279 Add VerificationUtils static class

    ๐Ÿ”„ Changes and Enhancements

    • โšก๏ธ #280 Update Contain(Expression<Func<TControl, bool>> predicateExpression) verification extension method

    ๐Ÿ›  Fixes

    • #286 Fix IUIComponentVerificationProviderExtensions.Exist method to throw AssertionException instead of NoSuchElementException

    ๐Ÿ”— Links

    ๐Ÿ“ฆ Atata 1.2.0 on NuGet
    ๐Ÿš€ Atata 1.2.0 is Released - Atata Blog