fix test case
This commit is contained in:
parent
d2a3c6cdd4
commit
7b3ff33be0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ describe("tab test", () => {
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
||||||
it('makes pinned by zd', () => {
|
it('makes pinned by zp', () => {
|
||||||
let before;
|
let before;
|
||||||
let targetTab;
|
let targetTab;
|
||||||
return tabs.create(targetWindow.id, SERVER_URL).then((tab) => {
|
return tabs.create(targetWindow.id, SERVER_URL).then((tab) => {
|
||||||
|
|
Reference in a new issue