-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update puppeteer adapter better timeout (#314)
* Updat puppeteer adapter better timeout * many more timeouts increase and make variable * add prerelease script * deploy dev function * beta release please * beta release * also publish on pull-request * oops found bug ha * update snapshots * remove lint stuff * ignore commit lint * remove IE11
- Loading branch information
1 parent
8e83af7
commit 10dfb3e
Showing
11 changed files
with
57 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`adapter.clickAtElement throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" with filter [visible=true, onscreen=true] after 200ms"`; | ||
exports[`adapter.clickAtElement throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" with filter [visible=true, onscreen=true] after 500ms"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`adapter.clickAtElementCenter throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" with filter [visible=true, onscreen=true] after 200ms"`; | ||
exports[`adapter.clickAtElementCenter throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" with filter [visible=true, onscreen=true] after 500ms"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`adapter.getElementAttributes throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" after 200ms"`; | ||
exports[`adapter.getElementAttributes throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" after 500ms"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`adapter.getElementProperties throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" after 200ms"`; | ||
exports[`adapter.getElementProperties throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" after 500ms"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`adapter.getElementStyles throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" after 200ms"`; | ||
exports[`adapter.getElementStyles throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" after 500ms"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`adapter.moveMouseToElement throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" with filter [visible=true, onscreen=true] after 200ms"`; | ||
exports[`adapter.moveMouseToElement throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" with filter [visible=true, onscreen=true] after 500ms"`; |
2 changes: 1 addition & 1 deletion
2
__snapshots__/env_browser/adapter/moveMouseToElementCenter.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`adapter.moveMouseToElementCenter throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" with filter [visible=true, onscreen=true] after 200ms"`; | ||
exports[`adapter.moveMouseToElementCenter throws a valid error when an element cannot be found 1`] = `"Found no element for selector \\"#dullahan\\" with filter [visible=true, onscreen=true] after 500ms"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters