Optimized agents rules subfolders, dependencies updates (#355)
* Update AGENTS.md and CLAUDE.md for improved clarity and structure * Added MCP Server * Added missing triggers to tables that should have used them * Updated all dependencies * Fixed rare bug in React present in the Admin layout which prevents navigating to pages (sometimes...)
This commit is contained in:
committed by
GitHub
parent
9fae142f2d
commit
533dfba5b9
@@ -59,13 +59,13 @@ export class InvitationsPageObject {
|
||||
navigateToMembers() {
|
||||
return expect(async () => {
|
||||
await this.page
|
||||
.locator('a', {
|
||||
hasText: 'Members',
|
||||
})
|
||||
.click();
|
||||
.locator('a', {
|
||||
hasText: 'Members',
|
||||
})
|
||||
.click();
|
||||
|
||||
await this.page.waitForURL('**/home/*/members');
|
||||
}).toPass()
|
||||
}).toPass();
|
||||
}
|
||||
|
||||
async openInviteForm() {
|
||||
@@ -127,6 +127,8 @@ export class InvitationsPageObject {
|
||||
});
|
||||
|
||||
await Promise.all([click, response]);
|
||||
|
||||
console.log('Invitation accepted');
|
||||
}
|
||||
|
||||
private getInviteForm() {
|
||||
|
||||
Reference in New Issue
Block a user