componentDidMount()

in cypress/fixtures/actions/RequestNewConfigFixture.js [143:151]


	componentDidMount() {
		getNewConfig()
			.then(config => {
				this.setState({
					configTimestamp: Date.now(),
					config,
				});
			});
	}