mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Remove Firefox branding from app name in documentation and other files
This commit is contained in:
@@ -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