aboutsummaryrefslogtreecommitdiff
path: root/test/background/repositories/ReadyFrameRepository.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Do not use chai on unit testShin'ya Ueoka2021-09-261-7/+6
|
* Discover frames on search by count of connectionsShin'ya Ueoka2021-09-251-3/+10
| | | | | | | | When a tab switches pages quickly, a disconnect event on top frame is sometime delivered after second connect event. In addition, `tabs.onUpdated()` event is independent on port connection event. Now the background script finds alive frames by only port connection.
* Sort frame IDsShin'ya Ueoka2021-09-251-1/+2
|
* Search a content from frames successfully loadedShin'ya Ueoka2021-09-231-0/+25