Add promo notifications for AI assist (#26514)

* Add promo notifications for AI assist

* format pug

GitOrigin-RevId: 8895145e1e5dcd8e28f29bf2601a4bd21456a407
This commit is contained in:
Domagoj Kriskovic
2025-06-25 08:05:37 +00:00
committed by Copybot
parent f53a13ae1e
commit fda96b2fdf
13 changed files with 248 additions and 7 deletions
@@ -875,7 +875,7 @@ describe('<ProjectListRoot />', function () {
const modals = await screen.findAllByRole('dialog')
const modal = modals[0]
expect(sendMBSpy).to.have.been.calledTwice
expect(sendMBSpy).to.have.been.calledThrice
expect(sendMBSpy).to.have.been.calledWith('loads_v2_dash')
expect(sendMBSpy).to.have.been.calledWith(
'project-list-page-interaction',
@@ -1014,7 +1014,7 @@ describe('<ProjectListRoot />', function () {
)
).to.be.true
expect(sendMBSpy).to.have.been.calledTwice
expect(sendMBSpy).to.have.been.calledThrice
expect(sendMBSpy).to.have.been.calledWith('loads_v2_dash')
expect(sendMBSpy).to.have.been.calledWith(
'project-list-page-interaction',
@@ -1179,7 +1179,7 @@ describe('<ProjectListRoot />', function () {
await fetchMock.callHistory.flush(true)
expect(sendMBSpy).to.have.been.calledTwice
expect(sendMBSpy).to.have.been.calledThrice
expect(sendMBSpy).to.have.been.calledWith('loads_v2_dash')
expect(sendMBSpy).to.have.been.calledWith(
'project-list-page-interaction',