Commit 9c609640 authored by Ben Hayward's avatar Ben Hayward

formatting

1 merge request!482[Sprint/KiltedKoala](feat): Added e2e test for boost rejection in console #1633
Pipeline #75054209 running with stages
import { notDeepEqual } from "assert";
context('Boost Console', () => {
const postContent = "Test boost, please reject..." + Math.random().toString(36);
......@@ -58,8 +56,8 @@ context('Boost Console', () => {
cy.wait(2000);
cy.get('#boost-actions')
.first()
.click();
.first()
.click();
cy.wait(5000);
cy.get('.m-boost--creator-section-amount input')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment