diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-07-28 20:05:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 20:05:06 +0900 |
commit | ed2bd7d75ee1e7aa1db7d03c3f908c740ded1983 (patch) | |
tree | 6ac3f5ac5126e1a07c958549c782aedd586c6534 /e2e/contents | |
parent | 84a9655bb39e5902b417e124a0eb23d80808a6a7 (diff) | |
parent | 4bd2084ba7b23327c26a2d8b24dc4169c14bfa17 (diff) |
Merge pull request #440 from ueokande/background-clean-architecture
Background clean architecture
Diffstat (limited to 'e2e/contents')
-rw-r--r-- | e2e/contents/tab.test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e2e/contents/tab.test.js b/e2e/contents/tab.test.js index ada3760..bfc22ea 100644 --- a/e2e/contents/tab.test.js +++ b/e2e/contents/tab.test.js @@ -165,6 +165,7 @@ describe("tab test", () => { }); it('opens view-source by gf', async () => { + await new Promise(resolve => setTimeout(resolve, 100)); let win = await windows.get(targetWindow.id); let tab = win.tabs[0]; await keys.press(tab.id, 'g'); |