Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel committed Jan 17, 2025
1 parent 52d3ae7 commit 13ccadd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ final class PrivacyDashboardControllerTests: XCTestCase {
for entryPoint in entryPoints {
makePrivacyDashboardController(entryPoint: entryPoint)
let currentURL = privacyDashboardController.webView!.url
XCTAssertEqual(currentURL?.getParameter(named: "screen"), "breakageForm")
XCTAssertEqual(currentURL?.getParameter(named: "screen"), entryPoint.screen.rawValue)
if case .toggleReport = entryPoint {
XCTAssertEqual(currentURL?.getParameter(named: "opener"), "menu")
}
Expand Down

0 comments on commit 13ccadd

Please sign in to comment.