Skip to content

Commit

Permalink
#221 Remove obsolete types and members inclusive prior v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Oct 10, 2018
1 parent 24e0c7a commit d368a75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Atata/Attributes/Triggers/WaitForElementAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ public class WaitForElementAttribute : WaitUntilAttribute
{
private ScopeSource? scopeSource;

// TODO: Remove it when the following constructor is removed.
public WaitForElementAttribute(WaitBy waitBy, string selector)
: this(waitBy, selector, Until.MissingOrHidden)
{
}

/// <summary>
/// Initializes a new instance of the <see cref="WaitForElementAttribute" /> class.
/// </summary>
Expand Down

0 comments on commit d368a75

Please sign in to comment.