29 lines
862 B
TypeScript
29 lines
862 B
TypeScript
describe("GIVEN moons returned is empty", () => {
|
|
test.todo("EXPECT none description");
|
|
});
|
|
|
|
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 moon count is greater than the amount of moons in the database", () => {
|
|
test.todo("EXPECT untracked counter to be shown");
|
|
});
|
|
});
|
|
|
|
describe("GIVEN moon count is empty", () => {
|
|
test.todo("EXPECT Next button to be disabled");
|
|
|
|
describe("GIVEN moon count is greater than the amount of moons in the database", () => {
|
|
test.todo("EXPECT untracked counter to be shown");
|
|
});
|
|
});
|
|
|
|
test.todo("EXPECT interaction to be replied");
|
|
|
|
test.todo("EXPECT embed to be replied");
|
|
|
|
test.todo("EXPECT row to be replied");
|