Skip to content

Commit

Permalink
Adding missing await
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Grossmann <[email protected]>
  • Loading branch information
Lukas Grossmann committed Nov 27, 2023
1 parent 070dd9c commit b05cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ui/suite/serverlessFunction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function testCreateServerlessFunction(path: string) {
console.log('2')

await collapse(section);
section.expand();
await section.expand();

const refreshButton = await section.getAction('Refresh Serverless Function View');
console.log('3')
Expand Down

0 comments on commit b05cbe2

Please sign in to comment.