Skip to content

Commit

Permalink
PMM 5434 changed "Call Home" to "Telemetry" (#233)
Browse files Browse the repository at this point in the history
* PMM-5434 fixing false positive test

* PMM-5434 fixing false positive test, added allure and autodelay plugins

* PMM-5434 fixing false positive test, removed allure plugin

* PMM-5434 fixing false positive test, added wait

* PMM-5434 combined Data Retention and Metric Resolution test into one

* PMM-5434 unskipped Alertmanager Test

* PMM-5434 changed Call Home to Telemetry
  • Loading branch information
yurkovychv authored Mar 4, 2020
1 parent 5faaee5 commit c498164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pages/pmmSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {
I.seeElement(this.fields.metricsResolutionSlider);
I.see("Data retention", this.fields.sectionRow);
I.seeElement(this.fields.dataRetentionCount);
I.see("Call home", this.fields.sectionRow);
I.see("Telemetry", this.fields.sectionRow);
I.seeElement(this.fields.callHomeSwitch);
I.see("Check for updates", this.fields.sectionRow);
},
Expand Down

0 comments on commit c498164

Please sign in to comment.