()
| 176 | |
| 177 | // Returns the active (current) tab element, or null if none. |
| 178 | activeTab(): Locator { |
| 179 | return this.page.locator("[data-tab-id].current").first(); |
| 180 | } |
| 181 | |
| 182 | // Tab status is encoded as a class on [data-tab-id]: "status-dirty" |
| 183 | // when unsaved, "status-clean" otherwise (per TabList state model). |
no outgoing calls
no test coverage detected