Skip to content

Commit

Permalink
More text tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Oct 25, 2024
1 parent def32ec commit 596306e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WebDriver/NoSuchElementError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public struct NoSuchElementError: Error, CustomStringConvertible {
public var errorResponse: ErrorResponse? { sourceError as? ErrorResponse }

public var description: String {
"No such element [\(locator.using)=\(locator.value)]: \(sourceError)"
"No element found using locator [\(locator.using)=\(locator.value)]: \(sourceError)"
}
}

0 comments on commit 596306e

Please sign in to comment.