-
Notifications
You must be signed in to change notification settings - Fork 236
fix: Cannot create /Sidebar page from custom sidebar
#10690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Cannot create /Sidebar page from custom sidebar
#10690
Conversation
| <h3 className="fs-6 fw-bold mb-0"> | ||
| {t('Custom Sidebar')} | ||
| {!isLoading && ( | ||
| {!isLoading && data != null && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@mergify queue |
❌ The pull request has been removed from the queue
|
Merge Queue Status🚫 The pull request has left the queue (rule: This pull request spent 11 minutes 11 seconds in the queue, including 11 minutes 1 second running CI. Required conditions to merge
ReasonThe merge conditions cannot be satisfied due to failing checks Failing checks:
HintYou may have to fix your CI before adding the pull request to the queue again. |
| await expect(page.getByTestId('grw-sidebar-contents')).toBeVisible(); | ||
| await expect( | ||
| page.locator('.grw-sidebar-content-header > h3').locator('a'), | ||
| ).toBeVisible(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/Sidebar ページが存在しない時は a タグは非表示にしたため削除
/Sidebar page from custom sidebar
|
@mergify queue |
❌ The pull request has been removed from the queue
|
Merge Queue Status🚫 The pull request has left the queue (rule: This pull request spent 10 minutes 45 seconds in the queue, including 10 minutes 32 seconds running CI. Required conditions to merge
ReasonThe merge conditions cannot be satisfied due to failing checks Failing checks:
HintYou may have to fix your CI before adding the pull request to the queue again. |
|
@mergify queue |
✅ The pull request has been merged automaticallyDetailsThe pull request has been merged automatically at a7c862f |
Merge Queue Status✅ The pull request has been merged at 2f51823 This pull request spent 13 minutes 26 seconds in the queue, including 13 minutes 14 seconds running CI. Required conditions to merge
|

Task
https://redmine.weseek.co.jp/issues/176797