• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mozilla / blurts-server / 67b21dd1-eaf0-4166-8e33-90264c1a3031

pending completion
67b21dd1-eaf0-4166-8e33-90264c1a3031

push

circleci

GitHub
Merge pull request #2978 from mozilla/MNTOR-1533-Breaches-company-names

282 of 1653 branches covered (17.06%)

Branch coverage included in aggregate %.

959 of 4482 relevant lines covered (21.4%)

3.57 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/e2e/pages/settingsPage.js
1
/* This Source Code Form is subject to the terms of the Mozilla Public
2
 * License, v. 2.0. If a copy of the MPL was not distributed with this
3
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4

5
export class SettingsPage {
6
  constructor (page) {
7
    this.page = page
×
8

9
    this.settingsHeader = page.locator('.settings-title')
×
10
    this.prefHeader = page.getByText(/Breach alert preferences/)
×
11
    this.emailHeader = page.getByText(/Monitored email addresses/)
×
12
    this.deactivateHeader = page.getByText(/Deactivate account/)
×
13
    this.addEmailButton = page.getByText(/Add email address/)
×
14
  }
15

16
  async open () {
17
    await this.page.goto('/user/settings')
×
18
  }
19
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc