mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
Remove Firefox branding from app name in documentation and other files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Integration Tests for [Firefox Send](https://send.firefox.com/).
|
||||
# Integration Tests for [Send](https://send.firefox.com/).
|
||||
## How to run the tests locally
|
||||
### Clone the repository
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ const path = require('path');
|
||||
const DownloadPage = require('./pages/desktop/download_page');
|
||||
const HomePage = require('./pages/desktop/home_page');
|
||||
|
||||
describe('Firefox Send', function() {
|
||||
describe('Send', function() {
|
||||
const homePage = new HomePage();
|
||||
const downloadDir =
|
||||
browser.desiredCapabilities['moz:firefoxOptions']['prefs'][
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
const assert = require('assert');
|
||||
const HomePage = require('./pages/desktop/home_page');
|
||||
|
||||
describe('Firefox Send progress page', function() {
|
||||
describe('Send progress page', function() {
|
||||
const homePage = new HomePage();
|
||||
beforeEach(function() {
|
||||
homePage.open();
|
||||
|
||||
Reference in New Issue
Block a user