mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(e2e-tests): change naming convension a bit
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
const webdriver = require('selenium-webdriver');
|
||||
const driver = new webdriver.Builder().forBrowser('chrome').build();
|
||||
|
||||
describe('basic button', () => {
|
||||
describe('button: basic', () => {
|
||||
after(() => {
|
||||
return driver.quit();
|
||||
});
|
||||
|
@ -1,7 +1,7 @@
|
||||
const webdriver = require('selenium-webdriver');
|
||||
const driver = new webdriver.Builder().forBrowser('chrome').build();
|
||||
|
||||
describe('toolbar button', () => {
|
||||
describe('button: toolbar', () => {
|
||||
after(() => {
|
||||
return driver.quit();
|
||||
});
|
||||
|
Reference in New Issue
Block a user