Add promo notifications for AI assist (#26514)
* Add promo notifications for AI assist * format pug GitOrigin-RevId: 8895145e1e5dcd8e28f29bf2601a4bd21456a407
This commit is contained in:
committed by
Copybot
parent
f53a13ae1e
commit
fda96b2fdf
+3
-3
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user