Skip to content

Commit

Permalink
Intentional failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsommardahl committed Oct 12, 2023
1 parent 1fdddb0 commit 93a4b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/e2e/smoke.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function main() {
let value = await element.evaluate((el: any) => el.textContent);
if (!value) throw new Error("Element had no value.");
await browser.close();
const found = value.toLowerCase().indexOf("anyhasher") > -1;
const found = value.toLowerCase().indexOf("1nyhasher") > -1;
if (!found) {
console.log(value);
throw new Error("Smoke test failed.");
Expand Down

0 comments on commit 93a4b1a

Please sign in to comment.