fixed jasmine & RoleSelectTest FT methods that were failing due to the Role card reordering in previous pipeline push
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -441,10 +441,10 @@ describe("RoleSelect", () => {
|
||||
});
|
||||
|
||||
it("adds role-confirmed class to the seated position after placeCard completes", async () => {
|
||||
// Add a seat element matching the first available role (PC)
|
||||
// Add a seat element matching the first available role (SC — Shepherd)
|
||||
const seat = document.createElement("div");
|
||||
seat.className = "table-seat";
|
||||
seat.dataset.role = "PC";
|
||||
seat.dataset.role = "SC";
|
||||
seat.innerHTML = '<i class="position-status-icon fa-solid fa-ban"></i>';
|
||||
testDiv.appendChild(seat);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user