fix dictionary spec

This commit is contained in:
chrox
2014-11-21 18:45:07 +08:00
parent 566586619a
commit 08f0f14ba3

View File

@@ -24,7 +24,7 @@ describe("Readerdictionary module", function()
rolling:gotoPage(100)
dictionary:onLookupWord("test")
UIManager:scheduleIn(1, function()
dictionary:onCloseDict()
UIManager:close(dictionary.dict_window)
UIManager:close(readerui)
end)
UIManager:run()