Jordan Schilling | Technologist, Software Builder, and Engineer

Jordan Schilling — software engineer and technologist

Software engineer focused on automation systems, experimental tools, and developer productivity. Projects, dev logs, and technical writing.

7 March 2026

Debugging the Email Logic Issue

by Jordan Schilling

Devlog — 2026-03-07

Overview

There was a logic issue in my code. I stepped into it and found that the email button wasn’t registering. Then I realized that for the promo code, all the promo options have promo-specific labels. This made it clear that I needed to add a promo-specific option to select email.

The Fix

Now that I have my two independent email sections, the code ran and it was able to complete the tests in record time.

tags: playwright - debugging - selectors - automation - testing