chore: test list tabs (#208)
This commit is contained in:
parent
7e4a964b0a
commit
4b261286bf
14 changed files with 66 additions and 58 deletions
|
|
@ -44,7 +44,6 @@ const navigate: ToolFactory = captureSnapshot => ({
|
|||
|
||||
return {
|
||||
code,
|
||||
action: async () => ({}),
|
||||
captureSnapshot,
|
||||
waitForNetwork: false,
|
||||
};
|
||||
|
|
@ -71,7 +70,6 @@ const goBack: ToolFactory = captureSnapshot => ({
|
|||
|
||||
return {
|
||||
code,
|
||||
action: async () => ({}),
|
||||
captureSnapshot,
|
||||
waitForNetwork: false,
|
||||
};
|
||||
|
|
@ -96,7 +94,6 @@ const goForward: ToolFactory = captureSnapshot => ({
|
|||
];
|
||||
return {
|
||||
code,
|
||||
action: async () => ({}),
|
||||
captureSnapshot,
|
||||
waitForNetwork: false,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue