chore: add test case ID to wrangler e2e tests (#25777)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
726e157f5e
Коммит
63e4fccd3a
@@ -79,7 +79,7 @@ describe('Move Thread', () => {
|
|||||||
cy.visit(`/${testTeam.name}/channels/${dmChannel.name}`);
|
cy.visit(`/${testTeam.name}/channels/${dmChannel.name}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Move root post from DM', () => {
|
it('MM-T5512_1 Move root post from DM', () => {
|
||||||
// # Check if ... button is visible in last post right side
|
// # Check if ... button is visible in last post right side
|
||||||
cy.get(`#CENTER_button_${testPost.id}`).should('not.be.visible');
|
cy.get(`#CENTER_button_${testPost.id}`).should('not.be.visible');
|
||||||
|
|
||||||
@@ -144,7 +144,7 @@ describe('Move Thread', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Should not be able to move post from DM if configured off', () => {
|
it('MM-T5512_2 Should not be able to move post from DM if configured off', () => {
|
||||||
cy.apiUpdateConfig({
|
cy.apiUpdateConfig({
|
||||||
WranglerSettings: {
|
WranglerSettings: {
|
||||||
MoveThreadFromDirectMessageChannelEnable: false,
|
MoveThreadFromDirectMessageChannelEnable: false,
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ describe('Move thread', () => {
|
|||||||
cy.visit(`/${testTeam.name}/channels/${gmChannel.name}`);
|
cy.visit(`/${testTeam.name}/channels/${gmChannel.name}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Move post from GM (with at least 2 other users)', () => {
|
it('MM-T5514_1 Move post from GM (with at least 2 other users)', () => {
|
||||||
// # Check if ... button is visible in last post right side
|
// # Check if ... button is visible in last post right side
|
||||||
cy.get(`#CENTER_button_${testPost.id}`).should('not.be.visible');
|
cy.get(`#CENTER_button_${testPost.id}`).should('not.be.visible');
|
||||||
|
|
||||||
@@ -155,7 +155,7 @@ describe('Move thread', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Should not be able to move post from GM if configured off', () => {
|
it('MM-T5514_2 Should not be able to move post from GM if configured off', () => {
|
||||||
cy.apiUpdateConfig({
|
cy.apiUpdateConfig({
|
||||||
WranglerSettings: {
|
WranglerSettings: {
|
||||||
MoveThreadFromGroupMessageChannelEnable: false,
|
MoveThreadFromGroupMessageChannelEnable: false,
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ describe('Move thread', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Move root post from private channel', () => {
|
it('MM-T5511_1 Move root post from private channel', () => {
|
||||||
// # Check if ... button is visible in last post right side
|
// # Check if ... button is visible in last post right side
|
||||||
cy.get(`#CENTER_button_${testPost.id}`).should('not.be.visible');
|
cy.get(`#CENTER_button_${testPost.id}`).should('not.be.visible');
|
||||||
|
|
||||||
@@ -131,7 +131,7 @@ describe('Move thread', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Should not be able to move post from private channel if configured off', () => {
|
it('MM-T5511_2 Should not be able to move post from private channel if configured off', () => {
|
||||||
cy.apiUpdateConfig({
|
cy.apiUpdateConfig({
|
||||||
WranglerSettings: {
|
WranglerSettings: {
|
||||||
MoveThreadFromPrivateChannelEnable: false,
|
MoveThreadFromPrivateChannelEnable: false,
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ describe('Move Thread', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Move root post from public channel to another public channel', () => {
|
it('MM-T5514 Move root post from public channel to another public channel', () => {
|
||||||
// # Check if ... button is visible in last post right side
|
// # Check if ... button is visible in last post right side
|
||||||
cy.get(`#CENTER_button_${testPost.id}`).should('not.be.visible');
|
cy.get(`#CENTER_button_${testPost.id}`).should('not.be.visible');
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user