Lines Matching full:async
34 async function getPage(): Promise<Page> {
41 beforeAll(async () => {
54 afterEach(async () => {
75 beforeAll(async () => {
81 test('load', async () => {
88 test('expand_camera', async () => {
101 beforeAll(async () => {
107 test('load', async () => {
115 test('expand_browser_proc', async () => {
122 test('select_slice_with_flows', async () => {
143 beforeAll(async () => {
149 test('load', async () => {
162 beforeAll(async () => {
168 test('open_first_trace_from_url', async () => {
174 test('open_second_trace_from_url', async () => {
180 test('access_subpage_then_go_back', async () => {
192 beforeAll(async () => {
197 test('go_to_page_with_no_trace', async () => {
202 test('open_trace ', async () => {
208 test('refresh', async () => {
213 test('open_second_trace', async () => {
223 test('go_back_to_first_trace', async () => {
231 test('open_invalid_trace', async () => {
241 beforeAll(async () => {
247 test('open_trace_from_url', async () => {
253 test('navigate_back_and_forward', async () => {
269 test('open_trace_and_go_back_to_landing_page', async () => {
279 test('open_invalid_trace_from_blank_page', async () => {
292 beforeAll(async () => {
298 test('show_dialog_1', async () => {
303 test('dismiss_1', async () => {
308 test('switch_page_no_dialog', async () => {
313 test('show_dialog_2', async () => {
318 test('dismiss_2', async () => {