This commit is contained in:
parent
38b0b8b301
commit
d4c75845e5
4 changed files with 39 additions and 1 deletions
7
tests/buttonEvents/Effects/Buy.test.ts
Normal file
7
tests/buttonEvents/Effects/Buy.test.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
describe("Execute", () => {
|
||||
test.todo("GIVEN subaction is confirm, EXPECT confirm function executed");
|
||||
|
||||
test.todo("GIVEN subaction is cancel, EXPECT cancel function executed");
|
||||
|
||||
test.todo("GIVEN subaction is invalid, EXPECT error logged");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue