Remove Firefox branding from app name in documentation and other files
This commit is contained in:
parent
e77d2b3722
commit
561ed3994e
9 changed files with 19 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
const assert = require('assert');
|
||||
const HomePage = require('./pages/desktop/home_page');
|
||||
|
||||
describe('Firefox Send homepage', function() {
|
||||
describe('Send homepage', function() {
|
||||
this.retries(2);
|
||||
const homePage = new HomePage();
|
||||
const baseUrl = browser.options['baseUrl'];
|
||||
|
@ -16,7 +16,7 @@ describe('Firefox Send homepage', function() {
|
|||
});
|
||||
|
||||
it('should have the right title', function() {
|
||||
assert.equal(browser.getTitle(), 'Firefox Send');
|
||||
assert.equal(browser.getTitle(), 'Send');
|
||||
});
|
||||
|
||||
footerLinks.forEach((link, i) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue