mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-20 09:32:14 +02:00
refactor: migrate the frontend from AngularJS to Vue 3
This commit is contained in:
@@ -44,6 +44,6 @@ describe("dashboard .cell-conf overflow fix", function () {
|
||||
|
||||
it("exposes the full conference value via a title attribute for truncated text", function () {
|
||||
const html = fs.readFileSync(htmlPath, "utf8");
|
||||
expect(html).to.match(/cell-conf[\s\S]*?title="\{\{item\.conference\}\}"/);
|
||||
expect(html).to.match(/cell-conf[\s\S]*?:title="\(item\?\.conference\)"/);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user