|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`runOpen util on specify multiple absolute https URLs with pages in Google Chrome 1`] = ` |
| 4 | +Array [ |
| 5 | + "https://example2.com", |
| 6 | + Object { |
| 7 | + "app": "Google Chrome", |
| 8 | + "wait": false, |
| 9 | + }, |
| 10 | +] |
| 11 | +`; |
| 12 | + |
| 13 | +exports[`runOpen util on specify multiple absolute https URLs with pages in Google Chrome 2`] = ` |
| 14 | +Array [ |
| 15 | + "https://example3.com", |
| 16 | + Object { |
| 17 | + "app": "Google Chrome", |
| 18 | + "wait": false, |
| 19 | + }, |
| 20 | +] |
| 21 | +`; |
| 22 | + |
| 23 | +exports[`runOpen util on specify one relative URL and one absolute URL with pages in Google Chrome 1`] = ` |
| 24 | +Array [ |
| 25 | + "https://example.com/index.html", |
| 26 | + Object { |
| 27 | + "app": "Google Chrome", |
| 28 | + "wait": false, |
| 29 | + }, |
| 30 | +] |
| 31 | +`; |
| 32 | + |
| 33 | +exports[`runOpen util on specify one relative URL and one absolute URL with pages in Google Chrome 2`] = ` |
| 34 | +Array [ |
| 35 | + "https://example2.com", |
| 36 | + Object { |
| 37 | + "app": "Google Chrome", |
| 38 | + "wait": false, |
| 39 | + }, |
| 40 | +] |
| 41 | +`; |
| 42 | + |
| 43 | +exports[`runOpen util should open browser on specify URL with multiple pages inside array 1`] = ` |
| 44 | +Array [ |
| 45 | + "https://example.com/index.html", |
| 46 | + Object { |
| 47 | + "wait": false, |
| 48 | + }, |
| 49 | +] |
| 50 | +`; |
| 51 | + |
| 52 | +exports[`runOpen util should open browser on specify URL with multiple pages inside array 2`] = ` |
| 53 | +Array [ |
| 54 | + "https://example.com/index2.html", |
| 55 | + Object { |
| 56 | + "wait": false, |
| 57 | + }, |
| 58 | +] |
| 59 | +`; |
| 60 | + |
| 61 | +exports[`runOpen util should open browser on specify URL with page inside array 1`] = ` |
| 62 | +Array [ |
| 63 | + "https://example.com/index.html", |
| 64 | + Object { |
| 65 | + "wait": false, |
| 66 | + }, |
| 67 | +] |
| 68 | +`; |
0 commit comments