Skip to content

Commit

Permalink
Bug 1901194 - Fix a test I missed.
Browse files Browse the repository at this point in the history
MANUAL PUSH: Trivial fix CLOSED TREE
  • Loading branch information
emilio committed Jun 7, 2024
1 parent 2764307 commit 8c8585c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function testTCPSection({ dFPIEnabled }) {
"Learn more link should have the correct target."
);

let description = etpStandardTCPBox.querySelector(".tail-with-learn-more");
let description = etpStandardTCPBox.querySelector("description");
ok(description, "Should have a description element.");
BrowserTestUtils.isVisible(description, "Description should be visible.");

Expand Down

0 comments on commit 8c8585c

Please sign in to comment.