Move moon button events to server id folder
This commit is contained in:
parent
43751e5b02
commit
67eafa695c
4 changed files with 5 additions and 5 deletions
43
tests/buttonEvents/304276391837302787/moons/list.test.ts
Normal file
43
tests/buttonEvents/304276391837302787/moons/list.test.ts
Normal file
|
@ -0,0 +1,43 @@
|
|||
describe("GIVEN interaction.guild is null", () => {
|
||||
test.todo("EXPECT function to return");
|
||||
});
|
||||
|
||||
describe("GIVEN userId parameter is undefined", () => {
|
||||
test.todo("EXPECT function to return");
|
||||
});
|
||||
|
||||
describe("GIVEN page parameter is undefined", () => {
|
||||
test.todo("EXPECT function to return");
|
||||
});
|
||||
|
||||
describe("GIVEN no moons for the user is returned", () => {
|
||||
test.todo("EXPECT error replied");
|
||||
});
|
||||
|
||||
describe("GIVEN no moons on current page", () => {
|
||||
test.todo("EXPECT description to say so");
|
||||
});
|
||||
|
||||
describe("GIVEN happy flow", () => {
|
||||
test.todo("EXPECT moons to be fetched");
|
||||
|
||||
test.todo("EXPECT embed to be updated");
|
||||
|
||||
test.todo("EXPECT row to be updated");
|
||||
|
||||
describe("GIVEN it is the first page", () => {
|
||||
test.todo("EXPECT Previous button to be disabled");
|
||||
});
|
||||
|
||||
describe("GIVEN it is the last page", () => {
|
||||
test.todo("EXPECT Next button to be disabled");
|
||||
|
||||
describe("GIVEN there are more moons in the counter than in the database", () => {
|
||||
test.todo("EXPECT untracked counter to be present");
|
||||
});
|
||||
});
|
||||
|
||||
describe("GIVEN no moons on the current page", () => {
|
||||
test.todo("EXPECT Next button to be disabled");
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue