Cypress teardown should check for dbUrl truthiness, not length

Created on 16 July 2024, about 2 months ago
Updated 31 July 2024, about 1 month ago

Overview

Checking for Cypress.env('dbUrl').length when that option isn't set will result in an unknown property error

Proposed resolution

Just check for Cypress.env('dbUrl')
(and fix indentation in that method while we are in there)

User interface changes

πŸ› Bug report
Status

Fixed

Component

Page builder

Created by

πŸ‡ΊπŸ‡ΈUnited States bnjmnm Ann Arbor, MI

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024