s.hbpn.link
This commit is contained in:
parent
80a370959a
commit
3365a6f39f
@ -115,8 +115,8 @@ describe("Тестирование полей главной страницы",
|
|||||||
cy.visit(linkText);
|
cy.visit(linkText);
|
||||||
});
|
});
|
||||||
|
|
||||||
cy.origin("https://s.link", () => {
|
cy.origin("https://s.hbpn.link", () => {
|
||||||
// <команды, направленные на https://s.link, идут здесь>
|
// <команды, направленные на https://s.hbpn.link, идут здесь>
|
||||||
cy.contains("p", "Заголовок заголовка").should("exist");
|
cy.contains("p", "Заголовок заголовка").should("exist");
|
||||||
cy.wait(100);
|
cy.wait(100);
|
||||||
cy.contains("p", "У нас тут какой-то текст").should("exist");
|
cy.contains("p", "У нас тут какой-то текст").should("exist");
|
||||||
|
@ -194,7 +194,7 @@ export default function InstallQuiz() {
|
|||||||
<TextField
|
<TextField
|
||||||
disabled
|
disabled
|
||||||
id={"inputLinkone"}
|
id={"inputLinkone"}
|
||||||
value="https://s.link/"
|
value="https://s.hbpn.link/"
|
||||||
// value="https://pena.com/"
|
// value="https://pena.com/"
|
||||||
sx={{
|
sx={{
|
||||||
"& .css-1d3z3hw-MuiOutlinedInput-notchedOutline": {
|
"& .css-1d3z3hw-MuiOutlinedInput-notchedOutline": {
|
||||||
|
@ -207,9 +207,9 @@ export default function Main({ sidebar, header, footer, Page }: Props) {
|
|||||||
fontSize: "14px",
|
fontSize: "14px",
|
||||||
}}
|
}}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
to={"https://s.link/" + quiz.qid}
|
to={"https://s.hbpn.link/" + quiz.qid}
|
||||||
>
|
>
|
||||||
https://s.link/{quiz.qid}
|
https://s.hbpn.link/{quiz.qid}
|
||||||
</Box>
|
</Box>
|
||||||
) : (
|
) : (
|
||||||
<Box
|
<Box
|
||||||
@ -228,7 +228,7 @@ export default function Main({ sidebar, header, footer, Page }: Props) {
|
|||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
}}
|
}}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
to={"https://s.link/" + quiz.qid}
|
to={"https://s.hbpn.link/" + quiz.qid}
|
||||||
>
|
>
|
||||||
<LinkSimple />
|
<LinkSimple />
|
||||||
</Box>
|
</Box>
|
||||||
@ -251,7 +251,7 @@ export default function Main({ sidebar, header, footer, Page }: Props) {
|
|||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
}}
|
}}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
to={"https://s.link/" + quiz.qid}
|
to={"https://s.hbpn.link/" + quiz.qid}
|
||||||
>
|
>
|
||||||
<LinkSimple />
|
<LinkSimple />
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user