Remove Firefox branding from app name in documentation and other files

This commit is contained in:
timvisee 2020-10-15 18:52:41 +02:00
parent e77d2b3722
commit 561ed3994e
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
9 changed files with 19 additions and 19 deletions

View file

@ -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();