Skip to content

Commit

Permalink
Decomment code
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Oct 26, 2024
1 parent 6e22e08 commit 4b97bdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/WinAppDriverTests/RequestsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class RequestsTests: XCTestCase {
app = nil
}

// func testCanGetChildElements() throws {
// let children = try XCTUnwrap(app.listView.findElements(locator: .xpath("//ListItem")))
// XCTAssert(children.count > 0)
// }
func testCanGetChildElements() throws {
let children = try XCTUnwrap(app.listView.findElements(locator: .xpath("//ListItem")))
XCTAssert(children.count > 0)
}

func testStatusReportsWinAppDriverOnWindows() throws {
let status = try XCTUnwrap(app.session.webDriver.status)
Expand Down

0 comments on commit 4b97bdd

Please sign in to comment.