Rename master branch to main
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -12,10 +12,7 @@ describe("Homepage", () => {
|
||||
|
||||
cy.contains("License")
|
||||
.should("have.attr", "href")
|
||||
.and(
|
||||
"eq",
|
||||
"https://framagit.org/framasoft/mobilizon/blob/master/LICENSE"
|
||||
);
|
||||
.and("eq", "https://framagit.org/framasoft/mobilizon/blob/main/LICENSE");
|
||||
});
|
||||
|
||||
it("Tries to register from the hero section", () => {
|
||||
|
||||
Reference in New Issue
Block a user